#800912

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

Shades of Sangria #800912

Tints of Sangria #800912

Color information

#800912 (or 0x800912) is unknown color: approx Sangria. HEX triplet: 80, 09 and 12. RGB value is (128,9,18). Sum of RGB (Red+Green+Blue) = 128+9+18=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #800912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800912 is #7FF6ED. Grayscale: #2D2D2D. Windows color (decimal): -8386286 or 1182080. OLE color: 1182080.

HSL color Cylindrical-coordinate representation of color #800912: hue angle of 355.46º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800912 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB128918-
CMYK00.930.860.50
HSL355.46º86.86%26.86%-
HSV(B)355.46º92.97%50.2%-
XYZ9.114.831.02-
YUV45.61112.42186.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 82.58%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 18 (7.42% from 255) = 11.61%
R=82.58%
G=5.81%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12891800.930.860.50355.4686.8626.86
Hex8091205D5632163571b
Octal200112201351266254312733
Binary10000000100110010010111011010110110010101100011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800912; }

 p { color: rgb(128,9,18); }

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

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

 a { background-color: rgb(128,9,18); }

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

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

 span { border-color: rgb(128,9,18); }

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