#53201E

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

Shades of Red Oxide #53201E

Tints of Red Oxide #53201E

Color information

#53201E (or 0x53201E) is unknown color: approx Red Oxide. HEX triplet: 53, 20 and 1E. RGB value is (83,32,30). Sum of RGB (Red+Green+Blue) = 83+32+30=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53201E is #ACDFE1. Grayscale: #2F2F2F. Windows color (decimal): -11329506 or 1974355. OLE color: 1974355.

HSL color Cylindrical-coordinate representation of color #53201E: hue angle of 2.26º 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 #53201E is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB833230-
CMYK00.610.640.67
HSL2.26º46.9%22.16%-
HSV(B)2.26º63.86%32.55%-
XYZ4.322.971.57-
YUV47.02118.4153.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.24%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=57.24%
G=22.07%
B=20.69%

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
Decimal83323000.610.640.672.2646.922.16
Hex53201E03D404322f16
Octal123403607510010325726
Binary1010011100000111100111101100000010000111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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