Html Css Color HEX #531806 Caput Mortuum

📋 copy color: '#531806'

red 83 ◦ green 24 ◦ blue 6

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

Shades of Caput Mortuum #531806

Tints of Caput Mortuum #531806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

 BLUE value IS 6 (2.73% from 255) = 5.31%

R = 73.45%
G = 21.24%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#531806 (or 0x531806) is known color: Caput Mortuum. HEX triplet: 53, 18 and 06. RGB value is (83,24,6). Sum of RGB (Red+Green+Blue) = 83+24+6=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #531806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531806 is #ACE7F9. Grayscale: #272727. Windows color (decimal): -11331578 or 399443. OLE color: 399443.

HSL color Cylindrical-coordinate representation of color #531806: hue angle of 14.03º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #531806 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 6 -
CMYK 0 0.71 0.93 0.67
HSL 14.03º 0.87% 0.17% -
HSV(B) 14.03º 0.93% 0.33% -
XYZ 3.93 2.51 0.45 -
YUV 39.59 109.05 158.96 -
System Red Green Blue C M Y K H S L
Decimal 83 24 6 0 0.71 0.93 0.67 14.03 0.87 0.17
Hex 53 18 6 0 47 5D 43 E 57 11
Octal 123 30 6 0 107 135 103 16 127 21
Binary 1010011 11000 110 0 1000111 1011101 1000011 1110 1010111 10001

Color Harmonies of #531806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531806

Black with #531806

Text Example


Text Example

White with #531806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531806; }

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

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

background-color css

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

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

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

border-color css

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

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

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