#80020B

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

Shades of Sangria #80020B

Tints of Sangria #80020B

Color information

#80020B (or 0x80020B) is unknown color: approx Sangria. HEX triplet: 80, 02 and 0B. RGB value is (128,2,11). Sum of RGB (Red+Green+Blue) = 128+2+11=141 (18% of max value = 765). Red value is 128 (50.39% from 255 or 90.78% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 128 - color contains mainly: red. Hex color #80020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80020B is #7FFDF4. Grayscale: #282828. Windows color (decimal): -8388085 or 721536. OLE color: 721536.

HSL color Cylindrical-coordinate representation of color #80020B: hue angle of 355.71º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80020B is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB128211-
CMYK00.980.910.50
HSL355.71º96.92%25.49%-
HSV(B)355.71º98.44%50.2%-
XYZ8.984.660.74-
YUV40.7111.24190.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 90.78%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 11 (4.69% from 255) = 7.80%
R=90.78%
G=1.42%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12821100.980.910.50355.7196.9225.49
Hex802B0625B321646119
Octal20021301421336254414131
Binary10000000101011011000101011011110010101100100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80020B; }

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

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

<style>
 a { background-color: #80020B; }

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

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

<style>
 span { border-color: #80020B; }

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

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