#5A1809

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

Shades of Red Oxide #5A1809

Tints of Red Oxide #5A1809

Color information

#5A1809 (or 0x5A1809) is unknown color: approx Red Oxide. HEX triplet: 5A, 18 and 09. RGB value is (90,24,9). Sum of RGB (Red+Green+Blue) = 90+24+9=123 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.17% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1809 is #A5E7F6. Grayscale: #2A2A2A. Windows color (decimal): -10872823 or 596058. OLE color: 596058.

HSL color Cylindrical-coordinate representation of color #5A1809: hue angle of 11.11º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A1809 is Cyan = 0, Magento = 0.73, Yellow = 0.9 and Black (K on CMYK) = 0.65.

Color convert

RGB90249-
CMYK00.730.90.65
HSL11.11º81.82%19.41%-
HSV(B)11.11º90%35.29%-
XYZ4.592.850.57-
YUV42.02109.37162.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 73.17%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 9 (3.91% from 255) = 7.32%
R=73.17%
G=19.51%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.9
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9024900.730.90.6511.1181.8219.41
Hex5A1890495A41b5213
Octal132301101111321011312223
Binary101101011000100101001001101101010000011011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,24,9); }

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

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

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

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

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

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

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