#5A2120

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

Shades of Red Oxide #5A2120

Tints of Red Oxide #5A2120

Color information

#5A2120 (or 0x5A2120) is unknown color: approx Red Oxide. HEX triplet: 5A, 21 and 20. RGB value is (90,33,32). Sum of RGB (Red+Green+Blue) = 90+33+32=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2120 is #A5DEDF. Grayscale: #313131. Windows color (decimal): -10870496 or 2105690. OLE color: 2105690.

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

Color convert

RGB903332-
CMYK00.630.640.65
HSL1.03º47.54%23.92%-
HSV(B)1.03º64.44%35.29%-
XYZ5.023.371.75-
YUV49.93117.88156.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.06%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=58.06%
G=21.29%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90333200.630.640.651.0347.5423.92
Hex5A212003F404113018
Octal132414007710010116030
Binary1011010100001100000011111110000001000001111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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