Html Css Color HEX #51201C Caput Mortuum

📋 copy color: '#51201C'

red 81 ◦ green 32 ◦ blue 28

#51201C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #51201C

Tints of Caput Mortuum #51201C

RGB

 RED value IS 81 (32.03% from 255) = 57.45%

 GREEN value IS 32 (12.89% from 255) = 22.7%

 BLUE value IS 28 (11.33% from 255) = 19.86%

R = 57.45%
G = 22.7%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#51201C (or 0x51201C) is known color: Caput Mortuum. HEX triplet: 51, 20 and 1C. RGB value is (81,32,28). Sum of RGB (Red+Green+Blue) = 81+32+28=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #51201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51201C is #AEDFE3. Grayscale: #2E2E2E. Windows color (decimal): -11460580 or 1843281. OLE color: 1843281.

HSL color Cylindrical-coordinate representation of color #51201C: hue angle of 4.53º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51201C is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 32 28 -
CMYK 0 0.60 0.65 0.68
HSL 4.53º 0.49% 0.21% -
HSV(B) 4.53º 0.65% 0.32% -
XYZ 4.12 2.87 1.43 -
YUV 46.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 81 32 28 0 0.60 0.65 0.68 4.53 0.49 0.21
Hex 51 20 1C 0 3C 41 44 5 31 15
Octal 121 40 34 0 74 101 104 5 61 25
Binary 1010001 100000 11100 0 111100 1000001 1000100 101 110001 10101

Color Harmonies of #51201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51201C

Black with #51201C

Text Example


Text Example

White with #51201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51201C; }

 p { color: rgb(81,32,28); }

 H1.HeaderClassName
 {
   color: #51201C;
 }
 .AnyTagClassName
 {
   color: #51201C;
 }
</style>

background-color css

<style>
 a { background-color: #51201C; }

 a { background-color: rgb(81,32,28); }

 div.DivClassName
 {
   background-color: #51201C;
 }
 .BgClassName
 {
   background-color: #51201C;
 }
</style>

border-color css

<style>
 span { border-color: #51201C; }

 span { border-color: rgb(81,32,28); }

 td.TdClassName
 {
   border-color: #51201C;
 }
 .TagClassName
 {
   border-color: #51201C;
 }
</style>