Html Css Color HEX #830915 Burgundy

📋 copy color: '#830915'

red 131 ◦ green 9 ◦ blue 21

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

Shades of Burgundy #830915

Tints of Burgundy #830915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

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

R = 81.37%
G = 5.59%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#830915 (or 0x830915) is known color: Burgundy. HEX triplet: 83, 09 and 15. RGB value is (131,9,21). Sum of RGB (Red+Green+Blue) = 131+9+21=161 (21% of max value = 765). Red value is 131 (51.56% from 255 or 81.37% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 131 - color contains mainly: red. Hex color #830915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830915 is #7CF6EA. Grayscale: #2E2E2E. Windows color (decimal): -8189675 or 1378691. OLE color: 1378691.

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

Color convert

RGB 131 9 21 -
CMYK 0 0.93 0.84 0.49
HSL 354.1º 0.87% 0.27% -
HSV(B) 354.1º 0.93% 0.51% -
XYZ 9.59 5.07 1.18 -
YUV 46.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 131 9 21 0 0.93 0.84 0.49 354.1 0.87 0.27
Hex 83 9 15 0 5D 54 31 162 57 1B
Octal 203 11 25 0 135 124 61 542 127 33
Binary 10000011 1001 10101 0 1011101 1010100 110001 101100010 1010111 11011

Color Harmonies of #830915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830915

Black with #830915

Text Example


Text Example

White with #830915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830915; }

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

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

background-color css

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

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

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

border-color css

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

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

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