#5A1709

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

Shades of Red Oxide #5A1709

Tints of Red Oxide #5A1709

Color information

#5A1709 (or 0x5A1709) is unknown color: approx Red Oxide. HEX triplet: 5A, 17 and 09. RGB value is (90,23,9). Sum of RGB (Red+Green+Blue) = 90+23+9=122 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.77% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1709 is #A5E8F6. Grayscale: #292929. Windows color (decimal): -10873079 or 595802. OLE color: 595802.

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

Color convert

RGB90239-
CMYK00.740.90.65
HSL10.37º81.82%19.41%-
HSV(B)10.37º90%35.29%-
XYZ4.572.810.56-
YUV41.44109.7162.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 73.77%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 9 (3.91% from 255) = 7.38%
R=73.77%
G=18.85%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.9
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9023900.740.90.6510.3781.8219.41
Hex5A17904A5A41a5213
Octal132271101121321011212223
Binary101101010111100101001010101101010000011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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