#531D09

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

Shades of Caput Mortuum #531D09

Tints of Caput Mortuum #531D09

Color information

#531D09 (or 0x531D09) is unknown color: approx Caput Mortuum. HEX triplet: 53, 1D and 09. RGB value is (83,29,9). Sum of RGB (Red+Green+Blue) = 83+29+9=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #531D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D09 is #ACE2F6. Grayscale: #2B2B2B. Windows color (decimal): -11330295 or 597331. OLE color: 597331.

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

Color convert

RGB83299-
CMYK00.650.890.67
HSL16.22º80.43%18.04%-
HSV(B)16.22º89.16%32.55%-
XYZ4.062.740.57-
YUV42.87108.89156.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.60%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 9 (3.91% from 255) = 7.44%
R=68.60%
G=23.97%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8329900.650.890.6716.2280.4318.04
Hex531D90415943105012
Octal123351101011311032012022
Binary1010011111011001010000011011001100001110000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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