#541A09

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

Shades of Caput Mortuum #541A09

Tints of Caput Mortuum #541A09

Color information

#541A09 (or 0x541A09) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1A and 09. RGB value is (84,26,9). Sum of RGB (Red+Green+Blue) = 84+26+9=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #541A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541A09 is #ABE5F6. Grayscale: #292929. Windows color (decimal): -11265527 or 596564. OLE color: 596564.

HSL color Cylindrical-coordinate representation of color #541A09: hue angle of 13.6º degrees, saturation: 0.81, 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 #541A09 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB84269-
CMYK00.690.890.67
HSL13.6º80.65%18.24%-
HSV(B)13.6º89.29%32.94%-
XYZ4.072.640.55-
YUV41.4109.72158.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 70.59%
GREEN value IS 26 (10.55% from 255) = 21.85%
BLUE value IS 9 (3.91% from 255) = 7.56%
R=70.59%
G=21.85%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8426900.690.890.6713.680.6518.24
Hex541A90455943e5112
Octal124321101051311031612122
Binary101010011010100101000101101100110000111110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541A09; }

 p { color: rgb(84,26,9); }

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

<style>
 a { background-color: #541A09; }

 a { background-color: rgb(84,26,9); }

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

<style>
 span { border-color: #541A09; }

 span { border-color: rgb(84,26,9); }

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