#541B08

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

Shades of Caput Mortuum #541B08

Tints of Caput Mortuum #541B08

Color information

#541B08 (or 0x541B08) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1B and 08. RGB value is (84,27,8). Sum of RGB (Red+Green+Blue) = 84+27+8=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #541B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541B08 is #ABE4F7. Grayscale: #2A2A2A. Windows color (decimal): -11265272 or 531284. OLE color: 531284.

HSL color Cylindrical-coordinate representation of color #541B08: hue angle of 15º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #541B08 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB84278-
CMYK00.680.900.67
HSL15º82.61%18.04%-
HSV(B)15º90.48%32.94%-
XYZ4.092.690.53-
YUV41.88108.88158.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 70.59%
GREEN value IS 27 (10.94% from 255) = 22.69%
BLUE value IS 8 (3.52% from 255) = 6.72%
R=70.59%
G=22.69%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8427800.680.900.671582.6118.04
Hex541B80445A43f5312
Octal124331001041321031712322
Binary101010011011100001000100101101010000111111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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