Html Css Color HEX #830710 Sangria

📋 copy color: '#830710'

red 131 ◦ green 7 ◦ blue 16

#830710
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #830710

Tints of Sangria #830710

RGB

 RED value IS 131 (51.56% from 255) = 85.06%

 GREEN value IS 7 (3.13% 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 value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#830710 (or 0x830710) is known color: 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

RGB 131 7 16 -
CMYK 0 0.95 0.88 0.49
HSL 355.65º 0.9% 0.27% -
HSV(B) 355.65º 0.95% 0.51% -
XYZ 9.53 5.01 0.96 -
YUV 45.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 131 7 16 0 0.95 0.88 0.49 355.65 0.9 0.27
Hex 83 7 10 0 5F 58 31 164 5A 1B
Octal 203 7 20 0 137 130 61 544 132 33
Binary 10000011 111 10000 0 1011111 1011000 110001 101100100 1011010 11011

Color Harmonies of #830710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830710

Black with #830710

Text Example


Text Example

White with #830710

Text Example


Text Example

HTML Codes & Css Web 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>