#531D16

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

Shades of Caput Mortuum #531D16

Tints of Caput Mortuum #531D16

Color information

#531D16 (or 0x531D16) is unknown color: approx Caput Mortuum. HEX triplet: 53, 1D and 16. RGB value is (83,29,22). Sum of RGB (Red+Green+Blue) = 83+29+22=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #531D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D16 is #ACE2E9. Grayscale: #2C2C2C. Windows color (decimal): -11330282 or 1449299. OLE color: 1449299.

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

Color convert

RGB832922-
CMYK00.650.730.67
HSL6.89º58.1%20.59%-
HSV(B)6.89º73.49%32.55%-
XYZ4.152.781.08-
YUV44.35115.39155.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.94%
GREEN value IS 29 (11.72% from 255) = 21.64%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=61.94%
G=21.64%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83292200.650.730.676.8958.120.59
Hex531D16041494373a15
Octal1233526010111110377225
Binary10100111110110110010000011001001100001111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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