#531F0C

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

Shades of Caput Mortuum #531F0C

Tints of Caput Mortuum #531F0C

Color information

#531F0C (or 0x531F0C) is unknown color: approx Caput Mortuum. HEX triplet: 53, 1F and 0C. RGB value is (83,31,12). Sum of RGB (Red+Green+Blue) = 83+31+12=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #531F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531F0C is #ACE0F3. Grayscale: #2C2C2C. Windows color (decimal): -11329780 or 794451. OLE color: 794451.

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

Color convert

RGB833112-
CMYK00.630.860.67
HSL16.06º74.74%18.63%-
HSV(B)16.06º85.54%32.55%-
XYZ4.122.850.68-
YUV44.38109.73155.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.87%
GREEN value IS 31 (12.5% from 255) = 24.60%
BLUE value IS 12 (5.08% from 255) = 9.52%
R=65.87%
G=24.60%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83311200.630.860.6716.0674.7418.63
Hex531FC03F5643104b13
Octal12337140771261032011323
Binary101001111111110001111111010110100001110000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,31,12); }

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

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

 a { background-color: rgb(83,31,12); }

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

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

 span { border-color: rgb(83,31,12); }

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