#80030B

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

Shades of Sangria #80030B

Tints of Sangria #80030B

Color information

#80030B (or 0x80030B) is unknown color: approx Sangria. HEX triplet: 80, 03 and 0B. RGB value is (128,3,11). Sum of RGB (Red+Green+Blue) = 128+3+11=142 (18% of max value = 765). Red value is 128 (50.39% from 255 or 90.14% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 128 - color contains mainly: red. Hex color #80030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80030B is #7FFCF4. Grayscale: #292929. Windows color (decimal): -8387829 or 721792. OLE color: 721792.

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

Color convert

RGB128311-
CMYK00.980.910.50
HSL356.16º95.42%25.69%-
HSV(B)356.16º97.66%50.2%-
XYZ94.680.75-
YUV41.29110.91189.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 90.14%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 11 (4.69% from 255) = 7.75%
R=90.14%
G=2.11%
B=7.75%

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
Decimal12831100.980.910.50356.1695.4225.69
Hex803B0625B321645f1a
Octal20031301421336254413732
Binary10000000111011011000101011011110010101100100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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