Html Css Color HEX #511F18 Caput Mortuum

📋 copy color: '#511F18'

red 81 ◦ green 31 ◦ blue 24

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

Shades of Caput Mortuum #511F18

Tints of Caput Mortuum #511F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.79%

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

R = 59.56%
G = 22.79%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#511F18 (or 0x511F18) is known color: Caput Mortuum. HEX triplet: 51, 1F and 18. RGB value is (81,31,24). Sum of RGB (Red+Green+Blue) = 81+31+24=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #511F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511F18 is #AEE0E7. Grayscale: #2D2D2D. Windows color (decimal): -11460840 or 1580881. OLE color: 1580881.

HSL color Cylindrical-coordinate representation of color #511F18: hue angle of 7.37º 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 #511F18 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 31 24 -
CMYK 0 0.62 0.70 0.68
HSL 7.37º 0.54% 0.21% -
HSV(B) 7.37º 0.7% 0.32% -
XYZ 4.05 2.8 1.19 -
YUV 45.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 81 31 24 0 0.62 0.70 0.68 7.37 0.54 0.21
Hex 51 1F 18 0 3E 46 44 7 36 15
Octal 121 37 30 0 76 106 104 7 66 25
Binary 1010001 11111 11000 0 111110 1000110 1000100 111 110110 10101

Color Harmonies of #511F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F18

Black with #511F18

Text Example


Text Example

White with #511F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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