#80050D

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

Shades of Sangria #80050D

Tints of Sangria #80050D

Color information

#80050D (or 0x80050D) is unknown color: approx Sangria. HEX triplet: 80, 05 and 0D. RGB value is (128,5,13). Sum of RGB (Red+Green+Blue) = 128+5+13=146 (19% of max value = 765). Red value is 128 (50.39% from 255 or 87.67% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 128 - color contains mainly: red. Hex color #80050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80050D is #7FFAF2. Grayscale: #2A2A2A. Windows color (decimal): -8387315 or 853376. OLE color: 853376.

HSL color Cylindrical-coordinate representation of color #80050D: hue angle of 356.1º 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 #80050D is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB128513-
CMYK00.960.900.50
HSL356.1º92.48%26.08%-
HSV(B)356.1º96.09%50.2%-
XYZ9.034.730.82-
YUV42.69111.25188.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 87.67%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=87.67%
G=3.42%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12851300.960.900.50356.192.4826.08
Hex805D0605A321645c1a
Octal20051501401326254413432
Binary100000001011101011000001011010110010101100100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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