#541F10

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

Shades of Caput Mortuum #541F10

Tints of Caput Mortuum #541F10

Color information

#541F10 (or 0x541F10) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1F and 10. RGB value is (84,31,16). Sum of RGB (Red+Green+Blue) = 84+31+16=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #541F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541F10 is #ABE0EF. Grayscale: #2D2D2D. Windows color (decimal): -11264240 or 1056596. OLE color: 1056596.

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

Color convert

RGB843116-
CMYK00.630.810.67
HSL13.24º68%19.61%-
HSV(B)13.24º80.95%32.94%-
XYZ4.242.90.83-
YUV45.14111.56155.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.12%
GREEN value IS 31 (12.5% from 255) = 23.66%
BLUE value IS 16 (6.64% from 255) = 12.21%
R=64.12%
G=23.66%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84311600.630.810.6713.246819.61
Hex541F1003F5143d4414
Octal12437200771211031510424
Binary101010011111100000111111101000110000111101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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