Html Css Color HEX #531808 Caput Mortuum

📋 copy color: '#531808'

red 83 ◦ green 24 ◦ blue 8

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

Shades of Caput Mortuum #531808

Tints of Caput Mortuum #531808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.96%

R = 72.17%
G = 20.87%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#531808 (or 0x531808) is known color: Caput Mortuum. HEX triplet: 53, 18 and 08. RGB value is (83,24,8). Sum of RGB (Red+Green+Blue) = 83+24+8=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #531808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531808 is #ACE7F7. Grayscale: #272727. Windows color (decimal): -11331576 or 530515. OLE color: 530515.

HSL color Cylindrical-coordinate representation of color #531808: hue angle of 12.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #531808 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 8 -
CMYK 0 0.71 0.90 0.67
HSL 12.8º 0.82% 0.18% -
HSV(B) 12.8º 0.9% 0.33% -
XYZ 3.94 2.51 0.51 -
YUV 39.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 83 24 8 0 0.71 0.90 0.67 12.8 0.82 0.18
Hex 53 18 8 0 47 5A 43 D 52 12
Octal 123 30 10 0 107 132 103 15 122 22
Binary 1010011 11000 1000 0 1000111 1011010 1000011 1101 1010010 10010

Color Harmonies of #531808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531808

Black with #531808

Text Example


Text Example

White with #531808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531808; }

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

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

background-color css

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

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

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

border-color css

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

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

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