#541C13

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

Shades of Caput Mortuum #541C13

Tints of Caput Mortuum #541C13

Color information

#541C13 (or 0x541C13) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1C and 13. RGB value is (84,28,19). Sum of RGB (Red+Green+Blue) = 84+28+19=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #541C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541C13 is #ABE3EC. Grayscale: #2B2B2B. Windows color (decimal): -11265005 or 1252436. OLE color: 1252436.

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

Color convert

RGB842819-
CMYK00.670.770.67
HSL8.31º63.11%20.2%-
HSV(B)8.31º77.38%32.94%-
XYZ4.192.760.93-
YUV43.72114.05156.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.12%
GREEN value IS 28 (11.33% from 255) = 21.37%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=64.12%
G=21.37%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84281900.670.770.678.3163.1120.2
Hex541C130434D4383f14
Octal12434230103115103107724
Binary101010011100100110100001110011011000011100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,28,19); }

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

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

 a { background-color: rgb(84,28,19); }

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

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

 span { border-color: rgb(84,28,19); }

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