Html Css Color HEX #531F18 Caput Mortuum

📋 copy color: '#531F18'

red 83 ◦ green 31 ◦ blue 24

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

Shades of Caput Mortuum #531F18

Tints of Caput Mortuum #531F18

RGB

 RED value IS 83 (32.81% from 255) = 60.14%

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

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

R = 60.14%
G = 22.46%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#531F18 (or 0x531F18) is known color: Caput Mortuum. HEX triplet: 53, 1F and 18. RGB value is (83,31,24). Sum of RGB (Red+Green+Blue) = 83+31+24=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #531F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531F18 is #ACE0E7. Grayscale: #2D2D2D. Windows color (decimal): -11329768 or 1580883. OLE color: 1580883.

HSL color Cylindrical-coordinate representation of color #531F18: hue angle of 7.12º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531F18 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 31 24 -
CMYK 0 0.63 0.71 0.67
HSL 7.12º 0.55% 0.21% -
HSV(B) 7.12º 0.71% 0.33% -
XYZ 4.22 2.88 1.2 -
YUV 45.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 83 31 24 0 0.63 0.71 0.67 7.12 0.55 0.21
Hex 53 1F 18 0 3F 47 43 7 37 15
Octal 123 37 30 0 77 107 103 7 67 25
Binary 1010011 11111 11000 0 111111 1000111 1000011 111 110111 10101

Color Harmonies of #531F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F18

Black with #531F18

Text Example


Text Example

White with #531F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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