#9B080F

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

Shades of Sangria #9B080F

Tints of Sangria #9B080F

Color information

#9B080F (or 0x9B080F) is unknown color: approx Sangria. HEX triplet: 9B, 08 and 0F. RGB value is (155,8,15). Sum of RGB (Red+Green+Blue) = 155+8+15=178 (23% of max value = 765). Red value is 155 (60.94% from 255 or 87.08% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 155 - color contains mainly: red. Hex color #9B080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B080F is #64F7F0. Grayscale: #343434. Windows color (decimal): -6617073 or 985243. OLE color: 985243.

HSL color Cylindrical-coordinate representation of color #9B080F: hue angle of 357.14º degrees, saturation: 0.9, 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 #9B080F is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB155815-
CMYK00.950.900.39
HSL357.14º90.18%31.96%-
HSV(B)357.14º94.84%60.78%-
XYZ13.697.181.12-
YUV52.75106.7200.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 87.08%
GREEN value IS 8 (3.52% from 255) = 4.49%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=87.08%
G=4.49%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15581500.950.900.39357.1490.1831.96
Hex9B8F05F5A271655a20
Octal233101701371324754513240
Binary10011011100011110101111110110101001111011001011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,8,15); }

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

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

 a { background-color: rgb(155,8,15); }

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

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

 span { border-color: rgb(155,8,15); }

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