#5A1716

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

Shades of Red Oxide #5A1716

Tints of Red Oxide #5A1716

Color information

#5A1716 (or 0x5A1716) is unknown color: approx Red Oxide. HEX triplet: 5A, 17 and 16. RGB value is (90,23,22). Sum of RGB (Red+Green+Blue) = 90+23+22=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1716 is #A5E8E9. Grayscale: #2A2A2A. Windows color (decimal): -10873066 or 1447770. OLE color: 1447770.

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

Color convert

RGB902322-
CMYK00.740.760.65
HSL0.88º60.71%21.96%-
HSV(B)0.88º75.56%35.29%-
XYZ4.672.841.06-
YUV42.92116.2161.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 66.67%
GREEN value IS 23 (9.38% from 255) = 17.04%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=66.67%
G=17.04%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90232200.740.760.650.8860.7121.96
Hex5A171604A4C4113d16
Octal1322726011211410117526
Binary101101010111101100100101010011001000001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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