#52201F

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

Shades of Red Oxide #52201F

Tints of Red Oxide #52201F

Color information

#52201F (or 0x52201F) is unknown color: approx Red Oxide. HEX triplet: 52, 20 and 1F. RGB value is (82,32,31). Sum of RGB (Red+Green+Blue) = 82+32+31=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #52201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52201F is #ADDFE0. Grayscale: #2E2E2E. Windows color (decimal): -11395041 or 2039890. OLE color: 2039890.

HSL color Cylindrical-coordinate representation of color #52201F: hue angle of 1.18º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52201F is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB823231-
CMYK00.610.620.68
HSL1.18º45.13%22.16%-
HSV(B)1.18º62.2%32.16%-
XYZ4.242.931.64-
YUV46.84119.06153.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.55%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 31 (12.5% from 255) = 21.38%
R=56.55%
G=22.07%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82323100.610.620.681.1845.1322.16
Hex52201F03D3E4412d16
Octal12240370757610415526
Binary10100101000001111101111011111101000100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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