#810911

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

Shades of Sangria #810911

Tints of Sangria #810911

Color information

#810911 (or 0x810911) is unknown color: approx Sangria. HEX triplet: 81, 09 and 11. RGB value is (129,9,17). Sum of RGB (Red+Green+Blue) = 129+9+17=155 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.23% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 129 - color contains mainly: red. Hex color #810911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810911 is #7EF6EE. Grayscale: #2D2D2D. Windows color (decimal): -8320751 or 1116545. OLE color: 1116545.

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

Color convert

RGB129917-
CMYK00.930.870.49
HSL356º86.96%27.06%-
HSV(B)356º93.02%50.59%-
XYZ9.254.90.99-
YUV45.79111.76187.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 83.23%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 17 (7.03% from 255) = 10.97%
R=83.23%
G=5.81%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12991700.930.870.4935686.9627.06
Hex8191105D5731164571b
Octal201112101351276154412733
Binary10000001100110001010111011010111110001101100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810911; }

 p { color: rgb(129,9,17); }

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

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

 a { background-color: rgb(129,9,17); }

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

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

 span { border-color: rgb(129,9,17); }

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