#9B1112

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

Shades of Sangria #9B1112

Tints of Sangria #9B1112

Color information

#9B1112 (or 0x9B1112) is unknown color: approx Sangria. HEX triplet: 9B, 11 and 12. RGB value is (155,17,18). Sum of RGB (Red+Green+Blue) = 155+17+18=190 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.58% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1112 is #64EEED. Grayscale: #3A3A3A. Windows color (decimal): -6614766 or 1184155. OLE color: 1184155.

HSL color Cylindrical-coordinate representation of color #9B1112: hue angle of 359.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B1112 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB1551718-
CMYK00.890.880.39
HSL359.57º80.23%33.73%-
HSV(B)359.57º89.03%60.78%-
XYZ13.837.411.27-
YUV58.38105.22196.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 81.58%
GREEN value IS 17 (7.03% from 255) = 8.95%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=81.58%
G=8.95%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155171800.890.880.39359.5780.2333.73
Hex9B111205958271685022
Octal233212201311304755012042
Binary1001101110001100100101100110110001001111011010001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,17,18); }

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

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

 a { background-color: rgb(155,17,18); }

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

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

 span { border-color: rgb(155,17,18); }

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