#9A0D11

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

Shades of Sangria #9A0D11

Tints of Sangria #9A0D11

Color information

#9A0D11 (or 0x9A0D11) is unknown color: approx Sangria. HEX triplet: 9A, 0D and 11. RGB value is (154,13,17). Sum of RGB (Red+Green+Blue) = 154+13+17=184 (24% of max value = 765). Red value is 154 (60.55% from 255 or 83.70% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0D11 is #65F2EE. Grayscale: #373737. Windows color (decimal): -6681327 or 1117594. OLE color: 1117594.

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

Color convert

RGB1541317-
CMYK00.920.890.40
HSL358.3º84.43%32.75%-
HSV(B)358.3º91.56%60.39%-
XYZ13.577.21.2-
YUV55.62106.21198.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 83.70%
GREEN value IS 13 (5.47% from 255) = 7.07%
BLUE value IS 17 (7.03% from 255) = 9.24%
R=83.70%
G=7.07%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154131700.920.890.40358.384.4332.75
Hex9AD1105C59281665421
Octal232152101341315054612441
Binary100110101101100010101110010110011010001011001101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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