#53201D

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

Shades of Red Oxide #53201D

Tints of Red Oxide #53201D

Color information

#53201D (or 0x53201D) is unknown color: approx Red Oxide. HEX triplet: 53, 20 and 1D. RGB value is (83,32,29). Sum of RGB (Red+Green+Blue) = 83+32+29=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #53201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53201D is #ACDFE2. Grayscale: #2E2E2E. Windows color (decimal): -11329507 or 1908819. OLE color: 1908819.

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

Color convert

RGB833229-
CMYK00.610.650.67
HSL3.33º48.21%21.96%-
HSV(B)3.33º65.06%32.55%-
XYZ4.312.961.51-
YUV46.91117.9153.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=57.64%
G=22.22%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83322900.610.650.673.3348.2121.96
Hex53201D03D414333016
Octal123403507510110336026
Binary1010011100000111010111101100000110000111111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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