#5A2320

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

Shades of Red Oxide #5A2320

Tints of Red Oxide #5A2320

Color information

#5A2320 (or 0x5A2320) is unknown color: approx Red Oxide. HEX triplet: 5A, 23 and 20. RGB value is (90,35,32). Sum of RGB (Red+Green+Blue) = 90+35+32=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2320 is #A5DCDF. Grayscale: #333333. Windows color (decimal): -10869984 or 2106202. OLE color: 2106202.

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

Color convert

RGB903532-
CMYK00.610.640.65
HSL3.1º47.54%23.92%-
HSV(B)3.1º64.44%35.29%-
XYZ5.083.481.77-
YUV51.1117.22155.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 57.32%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=57.32%
G=22.29%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90353200.610.640.653.147.5423.92
Hex5A232003D404133018
Octal132434007510010136030
Binary10110101000111000000111101100000010000011111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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