#8D020B

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

Shades of Sangria #8D020B

Tints of Sangria #8D020B

Color information

#8D020B (or 0x8D020B) is unknown color: approx Sangria. HEX triplet: 8D, 02 and 0B. RGB value is (141,2,11). Sum of RGB (Red+Green+Blue) = 141+2+11=154 (20% of max value = 765). Red value is 141 (55.47% from 255 or 91.56% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 141 - color contains mainly: red. Hex color #8D020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D020B is #72FDF4. Grayscale: #2C2C2C. Windows color (decimal): -7536117 or 721549. OLE color: 721549.

HSL color Cylindrical-coordinate representation of color #8D020B: hue angle of 356.12º 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 #8D020B is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB141211-
CMYK00.990.920.45
HSL356.12º97.2%28.04%-
HSV(B)356.12º98.58%55.29%-
XYZ11.075.730.84-
YUV44.59109.05196.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 91.56%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 11 (4.69% from 255) = 7.14%
R=91.56%
G=1.30%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14121100.990.920.45356.1297.228.04
Hex8D2B0635C2D164611c
Octal21521301431345554414134
Binary10001101101011011000111011100101101101100100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,2,11); }

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

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

 a { background-color: rgb(141,2,11); }

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

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

 span { border-color: rgb(141,2,11); }

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