#531A0E

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

Shades of Caput Mortuum #531A0E

Tints of Caput Mortuum #531A0E

Color information

#531A0E (or 0x531A0E) is unknown color: approx Caput Mortuum. HEX triplet: 53, 1A and 0E. RGB value is (83,26,14). Sum of RGB (Red+Green+Blue) = 83+26+14=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531A0E is #ACE5F1. Grayscale: #292929. Windows color (decimal): -11331058 or 924243. OLE color: 924243.

HSL color Cylindrical-coordinate representation of color #531A0E: hue angle of 10.43º 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 #531A0E is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB832614-
CMYK00.690.830.67
HSL10.43º71.13%19.02%-
HSV(B)10.43º83.13%32.55%-
XYZ4.022.610.71-
YUV41.68112.38157.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 26 (10.55% from 255) = 21.14%
BLUE value IS 14 (5.86% from 255) = 11.38%
R=67.48%
G=21.14%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83261400.690.830.6710.4371.1319.02
Hex531AE0455343a4713
Octal123321601051231031210723
Binary101001111010111001000101101001110000111010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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