#830710

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

Shades of Sangria #830710

Tints of Sangria #830710

Color information

#830710 (or 0x830710) is unknown color: approx Sangria. HEX triplet: 83, 07 and 10. RGB value is (131,7,16). Sum of RGB (Red+Green+Blue) = 131+7+16=154 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.06% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 131 - color contains mainly: red. Hex color #830710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830710 is #7CF8EF. Grayscale: #2D2D2D. Windows color (decimal): -8190192 or 1050499. OLE color: 1050499.

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

Color convert

RGB131716-
CMYK00.950.880.49
HSL355.65º89.86%27.06%-
HSV(B)355.65º94.66%51.37%-
XYZ9.535.010.96-
YUV45.1111.58189.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 85.06%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 16 (6.64% from 255) = 10.39%
R=85.06%
G=4.55%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13171600.950.880.49355.6589.8627.06
Hex8371005F58311645a1b
Octal20372001371306154413233
Binary1000001111110000010111111011000110001101100100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830710; }

 p { color: rgb(131,7,16); }

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

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

 a { background-color: rgb(131,7,16); }

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

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

 span { border-color: rgb(131,7,16); }

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