#5A2020

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

Shades of Red Oxide #5A2020

Tints of Red Oxide #5A2020

Color information

#5A2020 (or 0x5A2020) is unknown color: approx Red Oxide. HEX triplet: 5A, 20 and 20. RGB value is (90,32,32). Sum of RGB (Red+Green+Blue) = 90+32+32=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2020 is #A5DFDF. Grayscale: #313131. Windows color (decimal): -10870752 or 2105434. OLE color: 2105434.

HSL color Cylindrical-coordinate representation of color #5A2020: hue angle of 0º 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 #5A2020 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB903232-
CMYK00.640.640.65
HSL47.54%23.92%-
HSV(B)64.44%35.29%-
XYZ4.993.311.74-
YUV49.34118.22157-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.44%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 32 (12.89% from 255) = 20.78%
R=58.44%
G=20.78%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90323200.640.640.65047.5423.92
Hex5A2020040404103018
Octal1324040010010010106030
Binary10110101000001000000100000010000001000001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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