#9A0A11

Color #9A0A11 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #9A0A11

Tints of Sangria #9A0A11

Color information

#9A0A11 (or 0x9A0A11) is unknown color: approx Sangria. HEX triplet: 9A, 0A and 11. RGB value is (154,10,17). Sum of RGB (Red+Green+Blue) = 154+10+17=181 (23% of max value = 765). Red value is 154 (60.55% from 255 or 85.08% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0A11 is #65F5EE. Grayscale: #353535. Windows color (decimal): -6682095 or 1116826. OLE color: 1116826.

HSL color Cylindrical-coordinate representation of color #9A0A11: hue angle of 357.08º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0A11 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB1541017-
CMYK00.940.890.40
HSL357.08º87.8%32.16%-
HSV(B)357.08º93.51%60.39%-
XYZ13.547.131.19-
YUV53.85107.21199.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 85.08%
GREEN value IS 10 (4.30% from 255) = 5.52%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=85.08%
G=5.52%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154101700.940.890.40357.0887.832.16
Hex9AA1105E59281655820
Octal232122101361315054513040
Binary100110101010100010101111010110011010001011001011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A0A11; }

 p { color: rgb(154,10,17); }

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

<style>
 a { background-color: #9A0A11; }

 a { background-color: rgb(154,10,17); }

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

<style>
 span { border-color: #9A0A11; }

 span { border-color: rgb(154,10,17); }

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