#542121

Color #542121 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #542121

Tints of Red Oxide #542121

Color information

#542121 (or 0x542121) is unknown color: approx Red Oxide. HEX triplet: 54, 21 and 21. RGB value is (84,33,33). Sum of RGB (Red+Green+Blue) = 84+33+33=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #542121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542121 is #ABDEDE. Grayscale: #303030. Windows color (decimal): -11263711 or 2171220. OLE color: 2171220.

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

Color convert

RGB843333-
CMYK00.610.610.67
HSL43.59%22.94%-
HSV(B)60.71%32.94%-
XYZ4.473.081.8-
YUV48.25119.4153.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 33 (13.28% from 255) = 22%
BLUE value IS 33 (13.28% from 255) = 22%
R=56%
G=22%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84333300.610.610.67043.5922.94
Hex54212103D3D4302c17
Octal12441410757510305427
Binary101010010000110000101111011111011000011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542121; }

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

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

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

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

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

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

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

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