Html Css Color HEX #831015 Sangria

📋 copy color: '#831015'

red 131 ◦ green 16 ◦ blue 21

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

Shades of Sangria #831015

Tints of Sangria #831015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.5%

R = 77.98%
G = 9.52%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#831015 (or 0x831015) is known color: Sangria. HEX triplet: 83, 10 and 15. RGB value is (131,16,21). Sum of RGB (Red+Green+Blue) = 131+16+21=168 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.98% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 131 - color contains mainly: red. Hex color #831015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831015 is #7CEFEA. Grayscale: #333333. Windows color (decimal): -8187883 or 1380483. OLE color: 1380483.

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

Color convert

RGB 131 16 21 -
CMYK 0 0.88 0.84 0.49
HSL 357.39º 0.78% 0.29% -
HSV(B) 357.39º 0.88% 0.51% -
XYZ 9.68 5.25 1.21 -
YUV 50.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 131 16 21 0 0.88 0.84 0.49 357.39 0.78 0.29
Hex 83 10 15 0 58 54 31 165 4E 1D
Octal 203 20 25 0 130 124 61 545 116 35
Binary 10000011 10000 10101 0 1011000 1010100 110001 101100101 1001110 11101

Color Harmonies of #831015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831015

Black with #831015

Text Example


Text Example

White with #831015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831015; }

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

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

background-color css

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

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

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

border-color css

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

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

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