Html Css Color HEX #522221 Red Oxide

📋 copy color: '#522221'

red 82 ◦ green 34 ◦ blue 33

#522221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #522221

Tints of Red Oxide #522221

RGB

 RED value IS 82 (32.42% from 255) = 55.03%

 GREEN value IS 34 (13.67% from 255) = 22.82%

 BLUE value IS 33 (13.28% from 255) = 22.15%

R = 55.03%
G = 22.82%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#522221 (or 0x522221) is known color: Red Oxide. HEX triplet: 52, 22 and 21. RGB value is (82,34,33). Sum of RGB (Red+Green+Blue) = 82+34+33=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #522221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522221 is #ADDDDE. Grayscale: #303030. Windows color (decimal): -11394527 or 2171474. OLE color: 2171474.

HSL color Cylindrical-coordinate representation of color #522221: hue angle of 1.22º 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 #522221 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 34 33 -
CMYK 0 0.59 0.60 0.68
HSL 1.22º 0.43% 0.23% -
HSV(B) 1.22º 0.6% 0.32% -
XYZ 4.33 3.05 1.8 -
YUV 48.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 82 34 33 0 0.59 0.60 0.68 1.22 0.43 0.23
Hex 52 22 21 0 3B 3C 44 1 2B 17
Octal 122 42 41 0 73 74 104 1 53 27
Binary 1010010 100010 100001 0 111011 111100 1000100 1 101011 10111

Color Harmonies of #522221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522221

Black with #522221

Text Example


Text Example

White with #522221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522221; }

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

 H1.HeaderClassName
 {
   color: #522221;
 }
 .AnyTagClassName
 {
   color: #522221;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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