Html Css Color HEX #830936 Burgundy

📋 copy color: '#830936'

red 131 ◦ green 9 ◦ blue 54

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

Shades of Burgundy #830936

Tints of Burgundy #830936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.84%

R = 67.53%
G = 4.64%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#830936 (or 0x830936) is known color: Burgundy. HEX triplet: 83, 09 and 36. RGB value is (131,9,54). Sum of RGB (Red+Green+Blue) = 131+9+54=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #830936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830936 is #7CF6C9. Grayscale: #323232. Windows color (decimal): -8189642 or 3541379. OLE color: 3541379.

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

Color convert

RGB 131 9 54 -
CMYK 0 0.93 0.59 0.49
HSL 337.87º 0.87% 0.27% -
HSV(B) 337.87º 0.93% 0.51% -
XYZ 10.12 5.29 3.98 -
YUV 50.61 129.92 185.34 -
System Red Green Blue C M Y K H S L
Decimal 131 9 54 0 0.93 0.59 0.49 337.87 0.87 0.27
Hex 83 9 36 0 5D 3B 31 152 57 1B
Octal 203 11 66 0 135 73 61 522 127 33
Binary 10000011 1001 110110 0 1011101 111011 110001 101010010 1010111 11011

Color Harmonies of #830936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830936

Black with #830936

Text Example


Text Example

White with #830936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830936; }

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

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

background-color css

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

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

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

border-color css

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

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

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