Html Css Color HEX #830810 Sangria

📋 copy color: '#830810'

red 131 ◦ green 8 ◦ blue 16

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

Shades of Sangria #830810

Tints of Sangria #830810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

 BLUE value IS 16 (6.64% from 255) = 10.32%

R = 84.52%
G = 5.16%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#830810 (or 0x830810) is known color: Sangria. HEX triplet: 83, 08 and 10. RGB value is (131,8,16). Sum of RGB (Red+Green+Blue) = 131+8+16=155 (20% of max value = 765). Red value is 131 (51.56% from 255 or 84.52% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 131 - color contains mainly: red. Hex color #830810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830810 is #7CF7EF. Grayscale: #2D2D2D. Windows color (decimal): -8189936 or 1050755. OLE color: 1050755.

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

Color convert

RGB 131 8 16 -
CMYK 0 0.94 0.88 0.49
HSL 356.1º 0.88% 0.27% -
HSV(B) 356.1º 0.94% 0.51% -
XYZ 9.54 5.04 0.96 -
YUV 45.69 111.25 188.85 -
System Red Green Blue C M Y K H S L
Decimal 131 8 16 0 0.94 0.88 0.49 356.1 0.88 0.27
Hex 83 8 10 0 5E 58 31 164 58 1B
Octal 203 10 20 0 136 130 61 544 130 33
Binary 10000011 1000 10000 0 1011110 1011000 110001 101100100 1011000 11011

Color Harmonies of #830810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830810

Black with #830810

Text Example


Text Example

White with #830810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830810; }

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

 H1.HeaderClassName
 {
   color: #830810;
 }
 .AnyTagClassName
 {
   color: #830810;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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