#531D0C

Color #531D0C Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #531D0C

Tints of Caput Mortuum #531D0C

Color information

#531D0C (or 0x531D0C) is unknown color: approx Caput Mortuum. HEX triplet: 53, 1D and 0C. RGB value is (83,29,12). Sum of RGB (Red+Green+Blue) = 83+29+12=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #531D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D0C is #ACE2F3. Grayscale: #2B2B2B. Windows color (decimal): -11330292 or 793939. OLE color: 793939.

HSL color Cylindrical-coordinate representation of color #531D0C: hue angle of 14.37º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531D0C is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB832912-
CMYK00.650.860.67
HSL14.37º74.74%18.63%-
HSV(B)14.37º85.54%32.55%-
XYZ4.072.740.66-
YUV43.21110.39156.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.94%
GREEN value IS 29 (11.72% from 255) = 23.39%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=66.94%
G=23.39%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83291200.650.860.6714.3774.7418.63
Hex531DC0415643e4b13
Octal123351401011261031611323
Binary101001111101110001000001101011010000111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,29,12); }

 H1.HeaderClassName
 {
   color: #531D0C;
 }
 .AnyTagClassName
 {
   color: #531D0C;
 }
</style>
background-color css

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

 a { background-color: rgb(83,29,12); }

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

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

 span { border-color: rgb(83,29,12); }

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