Html Css Color HEX #831013 Sangria

📋 copy color: '#831013'

red 131 ◦ green 16 ◦ blue 19

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

Shades of Sangria #831013

Tints of Sangria #831013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

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

R = 78.92%
G = 9.64%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#831013 (or 0x831013) is known color: Sangria. HEX triplet: 83, 10 and 13. RGB value is (131,16,19). Sum of RGB (Red+Green+Blue) = 131+16+19=166 (21% of max value = 765). Red value is 131 (51.56% from 255 or 78.92% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 131 - color contains mainly: red. Hex color #831013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831013 is #7CEFEC. Grayscale: #323232. Windows color (decimal): -8187885 or 1249411. OLE color: 1249411.

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

Color convert

RGB 131 16 19 -
CMYK 0 0.88 0.85 0.49
HSL 358.43º 0.78% 0.29% -
HSV(B) 358.43º 0.88% 0.51% -
XYZ 9.66 5.24 1.12 -
YUV 50.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 131 16 19 0 0.88 0.85 0.49 358.43 0.78 0.29
Hex 83 10 13 0 58 55 31 166 4E 1D
Octal 203 20 23 0 130 125 61 546 116 35
Binary 10000011 10000 10011 0 1011000 1010101 110001 101100110 1001110 11101

Color Harmonies of #831013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831013

Black with #831013

Text Example


Text Example

White with #831013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831013; }

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

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

background-color css

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

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

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

border-color css

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

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

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