#5A2321

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

Shades of Red Oxide #5A2321

Tints of Red Oxide #5A2321

Color information

#5A2321 (or 0x5A2321) is unknown color: approx Red Oxide. HEX triplet: 5A, 23 and 21. RGB value is (90,35,33). Sum of RGB (Red+Green+Blue) = 90+35+33=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2321 is #A5DCDE. Grayscale: #333333. Windows color (decimal): -10869983 or 2171738. OLE color: 2171738.

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

Color convert

RGB903533-
CMYK00.610.630.65
HSL2.11º46.34%24.12%-
HSV(B)2.11º63.33%35.29%-
XYZ5.093.491.84-
YUV51.22117.72155.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 56.96%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=56.96%
G=22.15%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90353300.610.630.652.1146.3424.12
Hex5A232103D3F4122e18
Octal13243410757710125630
Binary1011010100011100001011110111111110000011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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