#541F11

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

Shades of Caput Mortuum #541F11

Tints of Caput Mortuum #541F11

Color information

#541F11 (or 0x541F11) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1F and 11. RGB value is (84,31,17). Sum of RGB (Red+Green+Blue) = 84+31+17=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #541F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541F11 is #ABE0EE. Grayscale: #2D2D2D. Windows color (decimal): -11264239 or 1122132. OLE color: 1122132.

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

Color convert

RGB843117-
CMYK00.630.800.67
HSL12.54º66.34%19.8%-
HSV(B)12.54º79.76%32.94%-
XYZ4.252.910.87-
YUV45.25112.06155.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.64%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=63.64%
G=23.48%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84311700.630.800.6712.5466.3419.8
Hex541F1103F5043d4214
Octal12437210771201031510224
Binary101010011111100010111111101000010000111101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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