#541D11

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

Shades of Caput Mortuum #541D11

Tints of Caput Mortuum #541D11

Color information

#541D11 (or 0x541D11) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1D and 11. RGB value is (84,29,17). Sum of RGB (Red+Green+Blue) = 84+29+17=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #541D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D11 is #ABE2EE. Grayscale: #2C2C2C. Windows color (decimal): -11264751 or 1121620. OLE color: 1121620.

HSL color Cylindrical-coordinate representation of color #541D11: hue angle of 10.75º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541D11 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB842917-
CMYK00.650.800.67
HSL10.75º66.34%19.8%-
HSV(B)10.75º79.76%32.94%-
XYZ4.22.80.85-
YUV44.08112.72156.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.62%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=64.62%
G=22.31%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84291700.650.800.6710.7566.3419.8
Hex541D110415043b4214
Octal124352101011201031310224
Binary1010100111011000101000001101000010000111011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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