#541D0B

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

Shades of Caput Mortuum #541D0B

Tints of Caput Mortuum #541D0B

Color information

#541D0B (or 0x541D0B) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1D and 0B. RGB value is (84,29,11). Sum of RGB (Red+Green+Blue) = 84+29+11=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #541D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D0B is #ABE2F4. Grayscale: #2B2B2B. Windows color (decimal): -11264757 or 728404. OLE color: 728404.

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

Color convert

RGB842911-
CMYK00.650.870.67
HSL14.79º76.84%18.63%-
HSV(B)14.79º86.9%32.94%-
XYZ4.162.790.64-
YUV43.39109.72156.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.74%
GREEN value IS 29 (11.72% from 255) = 23.39%
BLUE value IS 11 (4.69% from 255) = 8.87%
R=67.74%
G=23.39%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84291100.650.870.6714.7976.8418.63
Hex541DB0415743f4d13
Octal124351301011271031711523
Binary101010011101101101000001101011110000111111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,29,11); }

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

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

 a { background-color: rgb(84,29,11); }

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

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

 span { border-color: rgb(84,29,11); }

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