#531E11

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

Shades of Caput Mortuum #531E11

Tints of Caput Mortuum #531E11

Color information

#531E11 (or 0x531E11) is unknown color: approx Caput Mortuum. HEX triplet: 53, 1E and 11. RGB value is (83,30,17). Sum of RGB (Red+Green+Blue) = 83+30+17=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #531E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E11 is #ACE1EE. Grayscale: #2C2C2C. Windows color (decimal): -11330031 or 1121875. OLE color: 1121875.

HSL color Cylindrical-coordinate representation of color #531E11: hue angle of 11.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531E11 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB833017-
CMYK00.640.800.67
HSL11.82º66%19.61%-
HSV(B)11.82º79.52%32.55%-
XYZ4.132.810.85-
YUV44.36112.56155.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 30 (12.11% from 255) = 23.08%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=63.85%
G=23.08%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83301700.640.800.6711.826619.61
Hex531E110405043c4214
Octal123362101001201031410224
Binary1010011111101000101000000101000010000111100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,30,17); }

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

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

 a { background-color: rgb(83,30,17); }

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

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

 span { border-color: rgb(83,30,17); }

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