#5A2221

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

Shades of Red Oxide #5A2221

Tints of Red Oxide #5A2221

Color information

#5A2221 (or 0x5A2221) is unknown color: approx Red Oxide. HEX triplet: 5A, 22 and 21. RGB value is (90,34,33). Sum of RGB (Red+Green+Blue) = 90+34+33=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2221 is #A5DDDE. Grayscale: #323232. Windows color (decimal): -10870239 or 2171482. OLE color: 2171482.

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

Color convert

RGB903433-
CMYK00.620.630.65
HSL1.05º46.34%24.12%-
HSV(B)1.05º63.33%35.29%-
XYZ5.063.431.83-
YUV50.63118.05156.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 57.32%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 33 (13.28% from 255) = 21.02%
R=57.32%
G=21.66%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90343300.620.630.651.0546.3424.12
Hex5A222103E3F4112e18
Octal13242410767710115630
Binary101101010001010000101111101111111000001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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