#800108

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

Shades of Sangria #800108

Tints of Sangria #800108

Color information

#800108 (or 0x800108) is unknown color: approx Sangria. HEX triplet: 80, 01 and 08. RGB value is (128,1,8). Sum of RGB (Red+Green+Blue) = 128+1+8=137 (18% of max value = 765). Red value is 128 (50.39% from 255 or 93.43% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 128 - color contains mainly: red. Hex color #800108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800108 is #7FFEF7. Grayscale: #272727. Windows color (decimal): -8388344 or 524672. OLE color: 524672.

HSL color Cylindrical-coordinate representation of color #800108: hue angle of 356.69º 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 #800108 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB12818-
CMYK00.990.940.50
HSL356.69º98.45%25.29%-
HSV(B)356.69º99.22%50.2%-
XYZ8.964.630.65-
YUV39.77110.08190.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 93.43%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 8 (3.52% from 255) = 5.84%
R=93.43%
G=0.73%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281800.990.940.50356.6998.4525.29
Hex80180635E321656219
Octal20011001431366254514231
Binary1000000011000011000111011110110010101100101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800108; }

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

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

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

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

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

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

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

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