#800102

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

Shades of Sangria #800102

Tints of Sangria #800102

Color information

#800102 (or 0x800102) is unknown color: approx Sangria. HEX triplet: 80, 01 and 02. RGB value is (128,1,2). Sum of RGB (Red+Green+Blue) = 128+1+2=131 (17% of max value = 765). Red value is 128 (50.39% from 255 or 97.71% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 128 - color contains mainly: red. Hex color #800102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800102 is #7FFEFD. Grayscale: #272727. Windows color (decimal): -8388350 or 131456. OLE color: 131456.

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

Color convert

RGB12812-
CMYK00.990.980.50
HSL359.53º98.45%25.29%-
HSV(B)359.53º99.22%50.2%-
XYZ8.924.620.48-
YUV39.09107.08191.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 97.71%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=97.71%
G=0.76%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281200.990.980.50359.5398.4525.29
Hex801206362321686219
Octal2001201431426255014231
Binary10000000110011000111100010110010101101000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800102; }

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

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

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

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

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

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

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

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