#541B10

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

Shades of Caput Mortuum #541B10

Tints of Caput Mortuum #541B10

Color information

#541B10 (or 0x541B10) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1B and 10. RGB value is (84,27,16). Sum of RGB (Red+Green+Blue) = 84+27+16=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #541B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541B10 is #ABE4EF. Grayscale: #2A2A2A. Windows color (decimal): -11265264 or 1055572. OLE color: 1055572.

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

Color convert

RGB842716-
CMYK00.680.810.67
HSL9.71º68%19.61%-
HSV(B)9.71º80.95%32.94%-
XYZ4.142.710.79-
YUV42.79112.88157.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.14%
GREEN value IS 27 (10.94% from 255) = 21.26%
BLUE value IS 16 (6.64% from 255) = 12.60%
R=66.14%
G=21.26%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84271600.680.810.679.716819.61
Hex541B100445143a4414
Octal124332001041211031210424
Binary1010100110111000001000100101000110000111010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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