Html Css Color HEX #5A2220 Red Oxide

📋 copy color: '#5A2220'

red 90 ◦ green 34 ◦ blue 32

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

Shades of Red Oxide #5A2220

Tints of Red Oxide #5A2220

RGB

 RED value IS 90 (35.55% from 255) = 57.69%

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

 BLUE value IS 32 (12.89% from 255) = 20.51%

R = 57.69%
G = 21.79%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#5A2220 (or 0x5A2220) is known color: Red Oxide. HEX triplet: 5A, 22 and 20. RGB value is (90,34,32). Sum of RGB (Red+Green+Blue) = 90+34+32=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2220 is #A5DDDF. Grayscale: #323232. Windows color (decimal): -10870240 or 2105946. OLE color: 2105946.

HSL color Cylindrical-coordinate representation of color #5A2220: hue angle of 2.07º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A2220 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 34 32 -
CMYK 0 0.62 0.64 0.65
HSL 2.07º 0.48% 0.24% -
HSV(B) 2.07º 0.64% 0.35% -
XYZ 5.05 3.42 1.76 -
YUV 50.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 90 34 32 0 0.62 0.64 0.65 2.07 0.48 0.24
Hex 5A 22 20 0 3E 40 41 2 30 18
Octal 132 42 40 0 76 100 101 2 60 30
Binary 1011010 100010 100000 0 111110 1000000 1000001 10 110000 11000

Color Harmonies of #5A2220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2220

Black with #5A2220

Text Example


Text Example

White with #5A2220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A2220; }

 p { color: rgb(90,34,32); }

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

background-color css

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

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

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

border-color css

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

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

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