#810310

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

Shades of Sangria #810310

Tints of Sangria #810310

Color information

#810310 (or 0x810310) is unknown color: approx Sangria. HEX triplet: 81, 03 and 10. RGB value is (129,3,16). Sum of RGB (Red+Green+Blue) = 129+3+16=148 (19% of max value = 765). Red value is 129 (50.78% from 255 or 87.16% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 129 - color contains mainly: red. Hex color #810310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810310 is #7EFCEF. Grayscale: #2A2A2A. Windows color (decimal): -8322288 or 1049473. OLE color: 1049473.

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

Color convert

RGB129316-
CMYK00.980.880.49
HSL353.81º95.45%25.88%-
HSV(B)353.81º97.67%50.59%-
XYZ9.184.770.93-
YUV42.16113.24189.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 87.16%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=87.16%
G=2.03%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12931600.980.880.49353.8195.4525.88
Hex8131006258311625f1a
Octal20132001421306154213732
Binary100000011110000011000101011000110001101100010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810310; }

 p { color: rgb(129,3,16); }

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

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

 a { background-color: rgb(129,3,16); }

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

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

 span { border-color: rgb(129,3,16); }

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