Html Css Color HEX #522222 Red Oxide

📋 copy color: '#522222'

red 82 ◦ green 34 ◦ blue 34

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

Shades of Red Oxide #522222

Tints of Red Oxide #522222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.67%

R = 54.67%
G = 22.67%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#522222 (or 0x522222) is known color: Red Oxide. HEX triplet: 52, 22 and 22. RGB value is (82,34,34). Sum of RGB (Red+Green+Blue) = 82+34+34=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #522222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522222 is #ADDDDD. Grayscale: #303030. Windows color (decimal): -11394526 or 2237010. OLE color: 2237010.

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

Color convert

RGB 82 34 34 -
CMYK 0 0.59 0.59 0.68
HSL 0.41% 0.23% -
HSV(B) 0.59% 0.32% -
XYZ 4.34 3.05 1.87 -
YUV 48.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 82 34 34 0 0.59 0.59 0.68 0 0.41 0.23
Hex 52 22 22 0 3B 3B 44 0 29 17
Octal 122 42 42 0 73 73 104 0 51 27
Binary 1010010 100010 100010 0 111011 111011 1000100 0 101001 10111

Color Harmonies of #522222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522222

Black with #522222

Text Example


Text Example

White with #522222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522222; }

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

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

background-color css

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

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

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

border-color css

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

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

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