#531D15

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

Shades of Caput Mortuum #531D15

Tints of Caput Mortuum #531D15

Color information

#531D15 (or 0x531D15) is unknown color: approx Caput Mortuum. HEX triplet: 53, 1D and 15. RGB value is (83,29,21). Sum of RGB (Red+Green+Blue) = 83+29+21=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #531D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D15 is #ACE2EA. Grayscale: #2C2C2C. Windows color (decimal): -11330283 or 1383763. OLE color: 1383763.

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

Color convert

RGB832921-
CMYK00.650.750.67
HSL7.74º59.62%20.39%-
HSV(B)7.74º74.7%32.55%-
XYZ4.142.771.03-
YUV44.23114.89155.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 21 (8.59% from 255) = 15.79%
R=62.41%
G=21.80%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83292100.650.750.677.7459.6220.39
Hex531D150414B4383c14
Octal12335250101113103107424
Binary101001111101101010100000110010111000011100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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