Html Css Color HEX #512218 Caput Mortuum

📋 copy color: '#512218'

red 81 ◦ green 34 ◦ blue 24

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

Shades of Caput Mortuum #512218

Tints of Caput Mortuum #512218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.46%

 BLUE value IS 24 (9.77% from 255) = 17.27%

R = 58.27%
G = 24.46%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#512218 (or 0x512218) is known color: Caput Mortuum. HEX triplet: 51, 22 and 18. RGB value is (81,34,24). Sum of RGB (Red+Green+Blue) = 81+34+24=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #512218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512218 is #AEDDE7. Grayscale: #2F2F2F. Windows color (decimal): -11460072 or 1581649. OLE color: 1581649.

HSL color Cylindrical-coordinate representation of color #512218: hue angle of 10.53º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512218 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 34 24 -
CMYK 0 0.58 0.70 0.68
HSL 10.53º 0.54% 0.21% -
HSV(B) 10.53º 0.7% 0.32% -
XYZ 4.13 2.96 1.22 -
YUV 46.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 81 34 24 0 0.58 0.70 0.68 10.53 0.54 0.21
Hex 51 22 18 0 3A 46 44 B 36 15
Octal 121 42 30 0 72 106 104 13 66 25
Binary 1010001 100010 11000 0 111010 1000110 1000100 1011 110110 10101

Color Harmonies of #512218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512218

Black with #512218

Text Example


Text Example

White with #512218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512218; }

 p { color: rgb(81,34,24); }

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

background-color css

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

 a { background-color: rgb(81,34,24); }

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

border-color css

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

 span { border-color: rgb(81,34,24); }

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