#5A1710

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

Shades of Red Oxide #5A1710

Tints of Red Oxide #5A1710

Color information

#5A1710 (or 0x5A1710) is unknown color: approx Red Oxide. HEX triplet: 5A, 17 and 10. RGB value is (90,23,16). Sum of RGB (Red+Green+Blue) = 90+23+16=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1710 is #A5E8EF. Grayscale: #2A2A2A. Windows color (decimal): -10873072 or 1054554. OLE color: 1054554.

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

Color convert

RGB902316-
CMYK00.740.820.65
HSL5.68º69.81%20.78%-
HSV(B)5.68º82.22%35.29%-
XYZ4.622.820.79-
YUV42.24113.2162.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 69.77%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=69.77%
G=17.83%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90231600.740.820.655.6869.8120.78
Hex5A171004A524164615
Octal13227200112122101610625
Binary101101010111100000100101010100101000001110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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