#80010F

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

Shades of Sangria #80010F

Tints of Sangria #80010F

Color information

#80010F (or 0x80010F) is unknown color: approx Sangria. HEX triplet: 80, 01 and 0F. RGB value is (128,1,15). Sum of RGB (Red+Green+Blue) = 128+1+15=144 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.89% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 128 - color contains mainly: red. Hex color #80010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80010F is #7FFEF0. Grayscale: #282828. Windows color (decimal): -8388337 or 983424. OLE color: 983424.

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

Color convert

RGB128115-
CMYK00.990.880.50
HSL353.39º98.45%25.29%-
HSV(B)353.39º99.22%50.2%-
XYZ94.650.87-
YUV40.57113.58190.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 88.89%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 15 (6.25% from 255) = 10.42%
R=88.89%
G=0.69%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811500.990.880.50353.3998.4525.29
Hex801F06358321616219
Octal20011701431306254114231
Binary1000000011111011000111011000110010101100001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80010F; }

 p { color: rgb(128,1,15); }

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

<style>
 a { background-color: #80010F; }

 a { background-color: rgb(128,1,15); }

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

<style>
 span { border-color: #80010F; }

 span { border-color: rgb(128,1,15); }

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