Html Css Color HEX #512112 Caput Mortuum

📋 copy color: '#512112'

red 81 ◦ green 33 ◦ blue 18

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

Shades of Caput Mortuum #512112

Tints of Caput Mortuum #512112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25%

 BLUE value IS 18 (7.42% from 255) = 13.64%

R = 61.36%
G = 25%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#512112 (or 0x512112) is known color: Caput Mortuum. HEX triplet: 51, 21 and 12. RGB value is (81,33,18). Sum of RGB (Red+Green+Blue) = 81+33+18=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #512112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512112 is #AEDEED. Grayscale: #2D2D2D. Windows color (decimal): -11460334 or 1188177. OLE color: 1188177.

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

Color convert

RGB 81 33 18 -
CMYK 0 0.59 0.78 0.68
HSL 14.29º 0.64% 0.19% -
HSV(B) 14.29º 0.78% 0.32% -
XYZ 4.05 2.88 0.92 -
YUV 45.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 81 33 18 0 0.59 0.78 0.68 14.29 0.64 0.19
Hex 51 21 12 0 3B 4E 44 E 40 13
Octal 121 41 22 0 73 116 104 16 100 23
Binary 1010001 100001 10010 0 111011 1001110 1000100 1110 1000000 10011

Color Harmonies of #512112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512112

Black with #512112

Text Example


Text Example

White with #512112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512112; }

 p { color: rgb(81,33,18); }

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

background-color css

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

 a { background-color: rgb(81,33,18); }

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

border-color css

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

 span { border-color: rgb(81,33,18); }

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