Html Css Color HEX #830836 Burgundy

📋 copy color: '#830836'

red 131 ◦ green 8 ◦ blue 54

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

Shades of Burgundy #830836

Tints of Burgundy #830836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

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

R = 67.88%
G = 4.15%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#830836 (or 0x830836) is known color: Burgundy. HEX triplet: 83, 08 and 36. RGB value is (131,8,54). Sum of RGB (Red+Green+Blue) = 131+8+54=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #830836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830836 is #7CF7C9. Grayscale: #313131. Windows color (decimal): -8189898 or 3541123. OLE color: 3541123.

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

Color convert

RGB 131 8 54 -
CMYK 0 0.94 0.59 0.49
HSL 337.56º 0.88% 0.27% -
HSV(B) 337.56º 0.94% 0.51% -
XYZ 10.11 5.27 3.97 -
YUV 50.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 131 8 54 0 0.94 0.59 0.49 337.56 0.88 0.27
Hex 83 8 36 0 5E 3B 31 152 58 1B
Octal 203 10 66 0 136 73 61 522 130 33
Binary 10000011 1000 110110 0 1011110 111011 110001 101010010 1011000 11011

Color Harmonies of #830836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830836

Black with #830836

Text Example


Text Example

White with #830836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830836; }

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

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

background-color css

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

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

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

border-color css

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

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

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