#522121

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

Shades of Red Oxide #522121

Tints of Red Oxide #522121

Color information

#522121 (or 0x522121) is unknown color: approx Red Oxide. HEX triplet: 52, 21 and 21. RGB value is (82,33,33). Sum of RGB (Red+Green+Blue) = 82+33+33=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #522121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522121 is #ADDEDE. Grayscale: #2F2F2F. Windows color (decimal): -11394783 or 2171218. OLE color: 2171218.

HSL color Cylindrical-coordinate representation of color #522121: hue angle of 0º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522121 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB823333-
CMYK00.600.600.68
HSL42.61%22.55%-
HSV(B)59.76%32.16%-
XYZ4.32.991.79-
YUV47.65119.73152.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.41%
GREEN value IS 33 (13.28% from 255) = 22.30%
BLUE value IS 33 (13.28% from 255) = 22.30%
R=55.41%
G=22.30%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82333300.600.600.68042.6122.55
Hex52212103C3C4402b17
Octal12241410747410405327
Binary101001010000110000101111001111001000100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522121; }

 p { color: rgb(82,33,33); }

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

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

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

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

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

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

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