Html Css Color HEX #830511 Sangria

📋 copy color: '#830511'

red 131 ◦ green 5 ◦ blue 17

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

Shades of Sangria #830511

Tints of Sangria #830511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.27%

 BLUE value IS 17 (7.03% from 255) = 11.11%

R = 85.62%
G = 3.27%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#830511 (or 0x830511) is known color: Sangria. HEX triplet: 83, 05 and 11. RGB value is (131,5,17). Sum of RGB (Red+Green+Blue) = 131+5+17=153 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.62% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 131 - color contains mainly: red. Hex color #830511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830511 is #7CFAEE. Grayscale: #2C2C2C. Windows color (decimal): -8190703 or 1115523. OLE color: 1115523.

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

Color convert

RGB 131 5 17 -
CMYK 0 0.96 0.87 0.49
HSL 354.29º 0.93% 0.27% -
HSV(B) 354.29º 0.96% 0.51% -
XYZ 9.52 4.97 0.99 -
YUV 44.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 131 5 17 0 0.96 0.87 0.49 354.29 0.93 0.27
Hex 83 5 11 0 60 57 31 162 5D 1B
Octal 203 5 21 0 140 127 61 542 135 33
Binary 10000011 101 10001 0 1100000 1010111 110001 101100010 1011101 11011

Color Harmonies of #830511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830511

Black with #830511

Text Example


Text Example

White with #830511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830511; }

 p { color: rgb(131,5,17); }

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

background-color css

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

 a { background-color: rgb(131,5,17); }

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

border-color css

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

 span { border-color: rgb(131,5,17); }

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