#541F13

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

Shades of Caput Mortuum #541F13

Tints of Caput Mortuum #541F13

Color information

#541F13 (or 0x541F13) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1F and 13. RGB value is (84,31,19). Sum of RGB (Red+Green+Blue) = 84+31+19=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #541F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541F13 is #ABE0EC. Grayscale: #2D2D2D. Windows color (decimal): -11264237 or 1253204. OLE color: 1253204.

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

Color convert

RGB843119-
CMYK00.630.770.67
HSL11.08º63.11%20.2%-
HSV(B)11.08º77.38%32.94%-
XYZ4.262.910.95-
YUV45.48113.06155.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.69%
GREEN value IS 31 (12.5% from 255) = 23.13%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=62.69%
G=23.13%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84311900.630.770.6711.0863.1120.2
Hex541F1303F4D43b3f14
Octal1243723077115103137724
Binary10101001111110011011111110011011000011101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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