#810411

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

Shades of Sangria #810411

Tints of Sangria #810411

Color information

#810411 (or 0x810411) is unknown color: approx Sangria. HEX triplet: 81, 04 and 11. RGB value is (129,4,17). Sum of RGB (Red+Green+Blue) = 129+4+17=150 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 129 - color contains mainly: red. Hex color #810411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810411 is #7EFBEE. Grayscale: #2A2A2A. Windows color (decimal): -8322031 or 1115265. OLE color: 1115265.

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

Color convert

RGB129417-
CMYK00.970.870.49
HSL353.76º93.98%26.08%-
HSV(B)353.76º96.9%50.59%-
XYZ9.24.790.97-
YUV42.86113.41189.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 86%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 17 (7.03% from 255) = 11.33%
R=86%
G=2.67%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12941700.970.870.49353.7693.9826.08
Hex8141106157311625e1a
Octal20142101411276154213632
Binary1000000110010001011000011010111110001101100010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810411; }

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

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

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

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

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

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

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

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