#9B0709

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

Shades of Sangria #9B0709

Tints of Sangria #9B0709

Color information

#9B0709 (or 0x9B0709) is unknown color: approx Sangria. HEX triplet: 9B, 07 and 09. RGB value is (155,7,9). Sum of RGB (Red+Green+Blue) = 155+7+9=171 (22% of max value = 765). Red value is 155 (60.94% from 255 or 90.64% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0709 is #64F8F6. Grayscale: #333333. Windows color (decimal): -6617335 or 591771. OLE color: 591771.

HSL color Cylindrical-coordinate representation of color #9B0709: hue angle of 359.19º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0709 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB15579-
CMYK00.950.940.39
HSL359.19º91.36%31.76%-
HSV(B)359.19º95.48%60.78%-
XYZ13.647.140.92-
YUV51.48104.03201.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 90.64%
GREEN value IS 7 (3.12% from 255) = 4.09%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=90.64%
G=4.09%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557900.950.940.39359.1991.3631.76
Hex9B7905F5E271675b20
Octal23371101371364754713340
Binary1001101111110010101111110111101001111011001111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,7,9); }

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

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

 a { background-color: rgb(155,7,9); }

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

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

 span { border-color: rgb(155,7,9); }

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