#54211E

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

Shades of Red Oxide #54211E

Tints of Red Oxide #54211E

Color information

#54211E (or 0x54211E) is unknown color: approx Red Oxide. HEX triplet: 54, 21 and 1E. RGB value is (84,33,30). Sum of RGB (Red+Green+Blue) = 84+33+30=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54211E is #ABDEE1. Grayscale: #2F2F2F. Windows color (decimal): -11263714 or 1974612. OLE color: 1974612.

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

Color convert

RGB843330-
CMYK00.610.640.67
HSL3.33º47.37%22.35%-
HSV(B)3.33º64.29%32.94%-
XYZ4.433.071.59-
YUV47.91117.9153.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=57.14%
G=22.45%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84333000.610.640.673.3347.3722.35
Hex54211E03D404332f16
Octal124413607510010335726
Binary1010100100001111100111101100000010000111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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