Html Css Color HEX #531F12 Caput Mortuum

📋 copy color: '#531F12'

red 83 ◦ green 31 ◦ blue 18

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

Shades of Caput Mortuum #531F12

Tints of Caput Mortuum #531F12

RGB

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

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

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

R = 62.88%
G = 23.48%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#531F12 (or 0x531F12) is known color: Caput Mortuum. HEX triplet: 53, 1F and 12. RGB value is (83,31,18). Sum of RGB (Red+Green+Blue) = 83+31+18=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #531F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531F12 is #ACE0ED. Grayscale: #2D2D2D. Windows color (decimal): -11329774 or 1187667. OLE color: 1187667.

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

Color convert

RGB 83 31 18 -
CMYK 0 0.63 0.78 0.67
HSL 12º 0.64% 0.2% -
HSV(B) 12º 0.78% 0.33% -
XYZ 4.17 2.86 0.91 -
YUV 45.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 83 31 18 0 0.63 0.78 0.67 12 0.64 0.2
Hex 53 1F 12 0 3F 4E 43 C 40 14
Octal 123 37 22 0 77 116 103 14 100 24
Binary 1010011 11111 10010 0 111111 1001110 1000011 1100 1000000 10100

Color Harmonies of #531F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F12

Black with #531F12

Text Example


Text Example

White with #531F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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