#8B0B11

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

Shades of Sangria #8B0B11

Tints of Sangria #8B0B11

Color information

#8B0B11 (or 0x8B0B11) is unknown color: approx Sangria. HEX triplet: 8B, 0B and 11. RGB value is (139,11,17). Sum of RGB (Red+Green+Blue) = 139+11+17=167 (22% of max value = 765). Red value is 139 (54.69% from 255 or 83.23% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0B11 is #74F4EE. Grayscale: #323232. Windows color (decimal): -7664879 or 1117067. OLE color: 1117067.

HSL color Cylindrical-coordinate representation of color #8B0B11: hue angle of 357.19º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B0B11 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB1391117-
CMYK00.920.880.45
HSL357.19º85.33%29.41%-
HSV(B)357.19º92.09%54.51%-
XYZ10.875.771.07-
YUV49.96109.41191.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 83.23%
GREEN value IS 11 (4.69% from 255) = 6.59%
BLUE value IS 17 (7.03% from 255) = 10.18%
R=83.23%
G=6.59%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139111700.920.880.45357.1985.3329.41
Hex8BB1105C582D165551d
Octal213132101341305554512535
Binary10001011101110001010111001011000101101101100101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B0B11; }

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

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

<style>
 a { background-color: #8B0B11; }

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

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

<style>
 span { border-color: #8B0B11; }

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

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