#53201F

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

Shades of Red Oxide #53201F

Tints of Red Oxide #53201F

Color information

#53201F (or 0x53201F) is unknown color: approx Red Oxide. HEX triplet: 53, 20 and 1F. RGB value is (83,32,31). Sum of RGB (Red+Green+Blue) = 83+32+31=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53201F is #ACDFE0. Grayscale: #2F2F2F. Windows color (decimal): -11329505 or 2039891. OLE color: 2039891.

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

Color convert

RGB833231-
CMYK00.610.630.67
HSL1.15º45.61%22.35%-
HSV(B)1.15º62.65%32.55%-
XYZ4.332.971.64-
YUV47.14118.9153.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=56.85%
G=21.92%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83323100.610.630.671.1545.6122.35
Hex53201F03D3F4312e16
Octal12340370757710315626
Binary10100111000001111101111011111111000011110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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