#9F0B11

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

Shades of Sangria #9F0B11

Tints of Sangria #9F0B11

Color information

#9F0B11 (or 0x9F0B11) is unknown color: approx Sangria. HEX triplet: 9F, 0B and 11. RGB value is (159,11,17). Sum of RGB (Red+Green+Blue) = 159+11+17=187 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.03% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0B11 is #60F4EE. Grayscale: #383838. Windows color (decimal): -6354159 or 1117087. OLE color: 1117087.

HSL color Cylindrical-coordinate representation of color #9F0B11: hue angle of 357.57º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0B11 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1591117-
CMYK00.930.890.38
HSL357.57º87.06%33.33%-
HSV(B)357.57º93.08%62.35%-
XYZ14.527.651.24-
YUV55.94106.03201.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 85.03%
GREEN value IS 11 (4.69% from 255) = 5.88%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=85.03%
G=5.88%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159111700.930.890.38357.5787.0633.33
Hex9FB1105D59261665721
Octal237132101351314654612741
Binary100111111011100010101110110110011001101011001101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,11,17); }

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

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

 a { background-color: rgb(159,11,17); }

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

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

 span { border-color: rgb(159,11,17); }

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