#54201C

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

Shades of Red Oxide #54201C

Tints of Red Oxide #54201C

Color information

#54201C (or 0x54201C) is unknown color: approx Red Oxide. HEX triplet: 54, 20 and 1C. RGB value is (84,32,28). Sum of RGB (Red+Green+Blue) = 84+32+28=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #54201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54201C is #ABDFE3. Grayscale: #2F2F2F. Windows color (decimal): -11263972 or 1843284. OLE color: 1843284.

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

Color convert

RGB843228-
CMYK00.620.670.67
HSL4.29º50%21.96%-
HSV(B)4.29º66.67%32.94%-
XYZ4.3831.45-
YUV47.09117.23154.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.33%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 28 (11.33% from 255) = 19.44%
R=58.33%
G=22.22%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84322800.620.670.674.295021.96
Hex54201C03E434343216
Octal124403407610310346226
Binary10101001000001110001111101000011100001110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54201C; }

 p { color: rgb(84,32,28); }

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

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

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

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

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

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

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