#54201F

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

Shades of Red Oxide #54201F

Tints of Red Oxide #54201F

Color information

#54201F (or 0x54201F) is unknown color: approx Red Oxide. HEX triplet: 54, 20 and 1F. RGB value is (84,32,31). Sum of RGB (Red+Green+Blue) = 84+32+31=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54201F is #ABDFE0. Grayscale: #2F2F2F. Windows color (decimal): -11263969 or 2039892. OLE color: 2039892.

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

Color convert

RGB843231-
CMYK00.620.630.67
HSL1.13º46.09%22.55%-
HSV(B)1.13º63.1%32.94%-
XYZ4.423.021.65-
YUV47.43118.73154.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=57.14%
G=21.77%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84323100.620.630.671.1346.0922.55
Hex54201F03E3F4312e17
Octal12440370767710315627
Binary10101001000001111101111101111111000011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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