#531D13

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

Shades of Caput Mortuum #531D13

Tints of Caput Mortuum #531D13

Color information

#531D13 (or 0x531D13) is unknown color: approx Caput Mortuum. HEX triplet: 53, 1D and 13. RGB value is (83,29,19). Sum of RGB (Red+Green+Blue) = 83+29+19=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #531D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D13 is #ACE2EC. Grayscale: #2C2C2C. Windows color (decimal): -11330285 or 1252691. OLE color: 1252691.

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

Color convert

RGB832919-
CMYK00.650.770.67
HSL9.38º62.75%20%-
HSV(B)9.38º77.11%32.55%-
XYZ4.122.760.93-
YUV44.01113.89155.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=63.36%
G=22.14%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83291900.650.770.679.3862.7520
Hex531D130414D4393f14
Octal12335230101115103117724
Binary101001111101100110100000110011011000011100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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