Html Css Color HEX #830631 Burgundy

📋 copy color: '#830631'

red 131 ◦ green 6 ◦ blue 49

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

Shades of Burgundy #830631

Tints of Burgundy #830631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.23%

 BLUE value IS 49 (19.53% from 255) = 26.34%

R = 70.43%
G = 3.23%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#830631 (or 0x830631) is known color: Burgundy. HEX triplet: 83, 06 and 31. RGB value is (131,6,49). Sum of RGB (Red+Green+Blue) = 131+6+49=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #830631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830631 is #7CF9CE. Grayscale: #303030. Windows color (decimal): -8190415 or 3212931. OLE color: 3212931.

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

Color convert

RGB 131 6 49 -
CMYK 0 0.95 0.63 0.49
HSL 339.36º 0.91% 0.27% -
HSV(B) 339.36º 0.95% 0.51% -
XYZ 9.98 5.18 3.38 -
YUV 48.28 128.41 187 -
System Red Green Blue C M Y K H S L
Decimal 131 6 49 0 0.95 0.63 0.49 339.36 0.91 0.27
Hex 83 6 31 0 5F 3F 31 153 5B 1B
Octal 203 6 61 0 137 77 61 523 133 33
Binary 10000011 110 110001 0 1011111 111111 110001 101010011 1011011 11011

Color Harmonies of #830631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830631

Black with #830631

Text Example


Text Example

White with #830631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830631; }

 p { color: rgb(131,6,49); }

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

background-color css

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

 a { background-color: rgb(131,6,49); }

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

border-color css

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

 span { border-color: rgb(131,6,49); }

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