Html Css Color HEX #830813 Sangria

📋 copy color: '#830813'

red 131 ◦ green 8 ◦ blue 19

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

Shades of Sangria #830813

Tints of Sangria #830813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.03%

R = 82.91%
G = 5.06%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#830813 (or 0x830813) is known color: Sangria. HEX triplet: 83, 08 and 13. RGB value is (131,8,19). Sum of RGB (Red+Green+Blue) = 131+8+19=158 (20% of max value = 765). Red value is 131 (51.56% from 255 or 82.91% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 131 - color contains mainly: red. Hex color #830813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830813 is #7CF7EC. Grayscale: #2E2E2E. Windows color (decimal): -8189933 or 1247363. OLE color: 1247363.

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

Color convert

RGB 131 8 19 -
CMYK 0 0.94 0.85 0.49
HSL 354.63º 0.88% 0.27% -
HSV(B) 354.63º 0.94% 0.51% -
XYZ 9.56 5.05 1.09 -
YUV 46.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 131 8 19 0 0.94 0.85 0.49 354.63 0.88 0.27
Hex 83 8 13 0 5E 55 31 163 58 1B
Octal 203 10 23 0 136 125 61 543 130 33
Binary 10000011 1000 10011 0 1011110 1010101 110001 101100011 1011000 11011

Color Harmonies of #830813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830813

Black with #830813

Text Example


Text Example

White with #830813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830813; }

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

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

background-color css

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

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

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

border-color css

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

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

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