#9B0810

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

Shades of Sangria #9B0810

Tints of Sangria #9B0810

Color information

#9B0810 (or 0x9B0810) is unknown color: approx Sangria. HEX triplet: 9B, 08 and 10. RGB value is (155,8,16). Sum of RGB (Red+Green+Blue) = 155+8+16=179 (23% of max value = 765). Red value is 155 (60.94% from 255 or 86.59% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0810 is #64F7EF. Grayscale: #343434. Windows color (decimal): -6617072 or 1050779. OLE color: 1050779.

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

Color convert

RGB155816-
CMYK00.950.900.39
HSL356.73º90.18%31.96%-
HSV(B)356.73º94.84%60.78%-
XYZ13.77.181.15-
YUV52.86107.2200.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 86.59%
GREEN value IS 8 (3.52% from 255) = 4.47%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=86.59%
G=4.47%
B=8.94%

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
Decimal15581600.950.900.39356.7390.1831.96
Hex9B81005F5A271655a20
Octal233102001371324754513240
Binary100110111000100000101111110110101001111011001011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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