#8B0211

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

Shades of Sangria #8B0211

Tints of Sangria #8B0211

Color information

#8B0211 (or 0x8B0211) is unknown color: approx Sangria. HEX triplet: 8B, 02 and 11. RGB value is (139,2,17). Sum of RGB (Red+Green+Blue) = 139+2+17=158 (20% of max value = 765). Red value is 139 (54.69% from 255 or 87.97% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0211 is #74FDEE. Grayscale: #2C2C2C. Windows color (decimal): -7667183 or 1114763. OLE color: 1114763.

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

Color convert

RGB139217-
CMYK00.990.880.45
HSL353.43º97.16%27.65%-
HSV(B)353.43º98.56%54.51%-
XYZ10.775.571.04-
YUV44.67112.39195.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 87.97%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 17 (7.03% from 255) = 10.76%
R=87.97%
G=1.27%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13921700.990.880.45353.4397.1627.65
Hex8B211063582D161611c
Octal21322101431305554114134
Binary100010111010001011000111011000101101101100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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