Html Css Color HEX #512011 Caput Mortuum

📋 copy color: '#512011'

red 81 ◦ green 32 ◦ blue 17

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

Shades of Caput Mortuum #512011

Tints of Caput Mortuum #512011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.08%

R = 62.31%
G = 24.62%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#512011 (or 0x512011) is known color: Caput Mortuum. HEX triplet: 51, 20 and 11. RGB value is (81,32,17). Sum of RGB (Red+Green+Blue) = 81+32+17=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #512011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512011 is #AEDFEE. Grayscale: #2D2D2D. Windows color (decimal): -11460591 or 1122385. OLE color: 1122385.

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

Color convert

RGB 81 32 17 -
CMYK 0 0.60 0.79 0.68
HSL 14.06º 0.65% 0.19% -
HSV(B) 14.06º 0.79% 0.32% -
XYZ 4.01 2.82 0.86 -
YUV 44.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 81 32 17 0 0.60 0.79 0.68 14.06 0.65 0.19
Hex 51 20 11 0 3C 4F 44 E 41 13
Octal 121 40 21 0 74 117 104 16 101 23
Binary 1010001 100000 10001 0 111100 1001111 1000100 1110 1000001 10011

Color Harmonies of #512011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512011

Black with #512011

Text Example


Text Example

White with #512011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512011; }

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

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

background-color css

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

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

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

border-color css

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

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

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