#80050C

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

Shades of Sangria #80050C

Tints of Sangria #80050C

Color information

#80050C (or 0x80050C) is unknown color: approx Sangria. HEX triplet: 80, 05 and 0C. RGB value is (128,5,12). Sum of RGB (Red+Green+Blue) = 128+5+12=145 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.28% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 128 - color contains mainly: red. Hex color #80050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80050C is #7FFAF3. Grayscale: #2A2A2A. Windows color (decimal): -8387316 or 787840. OLE color: 787840.

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

Color convert

RGB128512-
CMYK00.960.910.50
HSL356.59º92.48%26.08%-
HSV(B)356.59º96.09%50.2%-
XYZ9.024.720.78-
YUV42.58110.75188.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 88.28%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 12 (5.08% from 255) = 8.28%
R=88.28%
G=3.45%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12851200.960.910.50356.5992.4826.08
Hex805C0605B321655c1a
Octal20051401401336254513432
Binary100000001011100011000001011011110010101100101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80050C; }

 p { color: rgb(128,5,12); }

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

<style>
 a { background-color: #80050C; }

 a { background-color: rgb(128,5,12); }

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

<style>
 span { border-color: #80050C; }

 span { border-color: rgb(128,5,12); }

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