#541B0F

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

Shades of Caput Mortuum #541B0F

Tints of Caput Mortuum #541B0F

Color information

#541B0F (or 0x541B0F) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1B and 0F. RGB value is (84,27,15). Sum of RGB (Red+Green+Blue) = 84+27+15=126 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.67% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 84 - color contains mainly: red. Hex color #541B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541B0F is #ABE4F0. Grayscale: #2A2A2A. Windows color (decimal): -11265265 or 990036. OLE color: 990036.

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

Color convert

RGB842715-
CMYK00.680.820.67
HSL10.43º69.7%19.41%-
HSV(B)10.43º82.14%32.94%-
XYZ4.132.70.76-
YUV42.68112.38157.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.67%
GREEN value IS 27 (10.94% from 255) = 21.43%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=66.67%
G=21.43%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84271500.680.820.6710.4369.719.41
Hex541BF0445243a4613
Octal124331701041221031210623
Binary101010011011111101000100101001010000111010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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