#541B09

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

Shades of Caput Mortuum #541B09

Tints of Caput Mortuum #541B09

Color information

#541B09 (or 0x541B09) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1B and 09. RGB value is (84,27,9). Sum of RGB (Red+Green+Blue) = 84+27+9=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #541B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541B09 is #ABE4F6. Grayscale: #2A2A2A. Windows color (decimal): -11265271 or 596820. OLE color: 596820.

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

Color convert

RGB84279-
CMYK00.680.890.67
HSL14.4º80.65%18.24%-
HSV(B)14.4º89.29%32.94%-
XYZ4.12.690.56-
YUV41.99109.38157.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 70%
GREEN value IS 27 (10.94% from 255) = 22.5%
BLUE value IS 9 (3.91% from 255) = 7.5%
R=70%
G=22.5%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8427900.680.890.6714.480.6518.24
Hex541B90445943e5112
Octal124331101041311031612122
Binary101010011011100101000100101100110000111110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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