#54211D

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

Shades of Caput Mortuum #54211D

Tints of Caput Mortuum #54211D

Color information

#54211D (or 0x54211D) is unknown color: approx Caput Mortuum. HEX triplet: 54, 21 and 1D. RGB value is (84,33,29). Sum of RGB (Red+Green+Blue) = 84+33+29=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #54211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54211D is #ABDEE2. Grayscale: #2F2F2F. Windows color (decimal): -11263715 or 1909076. OLE color: 1909076.

HSL color Cylindrical-coordinate representation of color #54211D: hue angle of 4.36º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54211D is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB843329-
CMYK00.610.650.67
HSL4.36º48.67%22.16%-
HSV(B)4.36º65.48%32.94%-
XYZ4.423.061.52-
YUV47.79117.4153.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 29 (11.72% from 255) = 19.86%
R=57.53%
G=22.60%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84332900.610.650.674.3648.6722.16
Hex54211D03D414343116
Octal124413507510110346126
Binary10101001000011110101111011000001100001110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54211D; }

 p { color: rgb(84,33,29); }

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

<style>
 a { background-color: #54211D; }

 a { background-color: rgb(84,33,29); }

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

<style>
 span { border-color: #54211D; }

 span { border-color: rgb(84,33,29); }

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