#531D0E

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

Shades of Caput Mortuum #531D0E

Tints of Caput Mortuum #531D0E

Color information

#531D0E (or 0x531D0E) is unknown color: approx Caput Mortuum. HEX triplet: 53, 1D and 0E. RGB value is (83,29,14). Sum of RGB (Red+Green+Blue) = 83+29+14=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #531D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D0E is #ACE2F1. Grayscale: #2B2B2B. Windows color (decimal): -11330290 or 925011. OLE color: 925011.

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

Color convert

RGB832914-
CMYK00.650.830.67
HSL13.04º71.13%19.02%-
HSV(B)13.04º83.13%32.55%-
XYZ4.092.750.73-
YUV43.44111.39156.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.87%
GREEN value IS 29 (11.72% from 255) = 23.02%
BLUE value IS 14 (5.86% from 255) = 11.11%
R=65.87%
G=23.02%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83291400.650.830.6713.0471.1319.02
Hex531DE0415343d4713
Octal123351601011231031510723
Binary101001111101111001000001101001110000111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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