Html Css Color HEX #830920 Burgundy

📋 copy color: '#830920'

red 131 ◦ green 9 ◦ blue 32

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

Shades of Burgundy #830920

Tints of Burgundy #830920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 76.16%
G = 5.23%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#830920 (or 0x830920) is known color: Burgundy. HEX triplet: 83, 09 and 20. RGB value is (131,9,32). Sum of RGB (Red+Green+Blue) = 131+9+32=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #830920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830920 is #7CF6DF. Grayscale: #303030. Windows color (decimal): -8189664 or 2099587. OLE color: 2099587.

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

Color convert

RGB 131 9 32 -
CMYK 0 0.93 0.76 0.49
HSL 348.69º 0.87% 0.27% -
HSV(B) 348.69º 0.93% 0.51% -
XYZ 9.72 5.12 1.84 -
YUV 48.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 131 9 32 0 0.93 0.76 0.49 348.69 0.87 0.27
Hex 83 9 20 0 5D 4C 31 15D 57 1B
Octal 203 11 40 0 135 114 61 535 127 33
Binary 10000011 1001 100000 0 1011101 1001100 110001 101011101 1010111 11011

Color Harmonies of #830920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830920

Black with #830920

Text Example


Text Example

White with #830920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830920; }

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

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

background-color css

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

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

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

border-color css

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

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

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