#830310

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

Shades of Sangria #830310

Tints of Sangria #830310

Color information

#830310 (or 0x830310) is unknown color: approx Sangria. HEX triplet: 83, 03 and 10. RGB value is (131,3,16). Sum of RGB (Red+Green+Blue) = 131+3+16=150 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 131 - color contains mainly: red. Hex color #830310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830310 is #7CFCEF. Grayscale: #2A2A2A. Windows color (decimal): -8191216 or 1049475. OLE color: 1049475.

HSL color Cylindrical-coordinate representation of color #830310: hue angle of 353.91º degrees, saturation: 0.96, 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 #830310 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB131316-
CMYK00.980.880.49
HSL353.91º95.52%26.27%-
HSV(B)353.91º97.71%51.37%-
XYZ9.494.930.94-
YUV42.75112.91190.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 87.33%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 16 (6.64% from 255) = 10.67%
R=87.33%
G=2%
B=10.67%

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
Decimal13131600.980.880.49353.9195.5226.27
Hex833100625831162601a
Octal20332001421306154214032
Binary100000111110000011000101011000110001101100010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830310; }

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

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

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

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

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

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

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

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