#830712

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

Shades of Sangria #830712

Tints of Sangria #830712

Color information

#830712 (or 0x830712) is unknown color: approx Sangria. HEX triplet: 83, 07 and 12. RGB value is (131,7,18). Sum of RGB (Red+Green+Blue) = 131+7+18=156 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.97% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 131 - color contains mainly: red. Hex color #830712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830712 is #7CF8ED. Grayscale: #2D2D2D. Windows color (decimal): -8190190 or 1181571. OLE color: 1181571.

HSL color Cylindrical-coordinate representation of color #830712: hue angle of 354.68º 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 #830712 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB131718-
CMYK00.950.860.49
HSL354.68º89.86%27.06%-
HSV(B)354.68º94.66%51.37%-
XYZ9.555.021.04-
YUV45.33112.58189.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 83.97%
GREEN value IS 7 (3.12% from 255) = 4.49%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=83.97%
G=4.49%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13171800.950.860.49354.6889.8627.06
Hex8371205F56311635a1b
Octal20372201371266154313233
Binary1000001111110010010111111010110110001101100011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830712; }

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

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

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

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

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

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

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

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