#8B090B

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

Shades of Sangria #8B090B

Tints of Sangria #8B090B

Color information

#8B090B (or 0x8B090B) is unknown color: approx Sangria. HEX triplet: 8B, 09 and 0B. RGB value is (139,9,11). Sum of RGB (Red+Green+Blue) = 139+9+11=159 (21% of max value = 765). Red value is 139 (54.69% from 255 or 87.42% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 139 - color contains mainly: red. Hex color #8B090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B090B is #74F6F4. Grayscale: #303030. Windows color (decimal): -7665397 or 723339. OLE color: 723339.

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

Color convert

RGB139911-
CMYK00.940.920.45
HSL359.08º87.84%29.02%-
HSV(B)359.08º93.53%54.51%-
XYZ10.815.710.85-
YUV48.1107.07192.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 87.42%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 11 (4.69% from 255) = 6.92%
R=87.42%
G=5.66%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13991100.940.920.45359.0887.8429.02
Hex8B9B05E5C2D167581d
Octal213111301361345554713035
Binary1000101110011011010111101011100101101101100111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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