#531C0D

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

Shades of Caput Mortuum #531C0D

Tints of Caput Mortuum #531C0D

Color information

#531C0D (or 0x531C0D) is unknown color: approx Caput Mortuum. HEX triplet: 53, 1C and 0D. RGB value is (83,28,13). Sum of RGB (Red+Green+Blue) = 83+28+13=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #531C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531C0D is #ACE3F2. Grayscale: #2A2A2A. Windows color (decimal): -11330547 or 859219. OLE color: 859219.

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

Color convert

RGB832813-
CMYK00.660.840.67
HSL12.86º72.92%18.82%-
HSV(B)12.86º84.34%32.55%-
XYZ4.062.70.69-
YUV42.74111.22156.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.94%
GREEN value IS 28 (11.33% from 255) = 22.58%
BLUE value IS 13 (5.47% from 255) = 10.48%
R=66.94%
G=22.58%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83281300.660.840.6712.8672.9218.82
Hex531CD0425443d4913
Octal123341501021241031511123
Binary101001111100110101000010101010010000111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,28,13); }

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

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

 a { background-color: rgb(83,28,13); }

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

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

 span { border-color: rgb(83,28,13); }

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