Html Css Color HEX #830337 Burgundy

📋 copy color: '#830337'

red 131 ◦ green 3 ◦ blue 55

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

Shades of Burgundy #830337

Tints of Burgundy #830337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

 BLUE value IS 55 (21.88% from 255) = 29.1%

R = 69.31%
G = 1.59%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#830337 (or 0x830337) is known color: Burgundy. HEX triplet: 83, 03 and 37. RGB value is (131,3,55). Sum of RGB (Red+Green+Blue) = 131+3+55=189 (25% of max value = 765). Red value is 131 (51.56% from 255 or 69.31% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 131 - color contains mainly: red. Hex color #830337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830337 is #7CFCC8. Grayscale: #2F2F2F. Windows color (decimal): -8191177 or 3605379. OLE color: 3605379.

HSL color Cylindrical-coordinate representation of color #830337: hue angle of 335.62º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830337 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 3 55 -
CMYK 0 0.98 0.58 0.49
HSL 335.63º 0.96% 0.26% -
HSV(B) 335.63º 0.98% 0.51% -
XYZ 10.08 5.17 4.08 -
YUV 47.2 132.41 187.77 -
System Red Green Blue C M Y K H S L
Decimal 131 3 55 0 0.98 0.58 0.49 335.63 0.96 0.26
Hex 83 3 37 0 62 3A 31 150 60 1A
Octal 203 3 67 0 142 72 61 520 140 32
Binary 10000011 11 110111 0 1100010 111010 110001 101010000 1100000 11010

Color Harmonies of #830337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830337

Black with #830337

Text Example


Text Example

White with #830337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830337; }

 p { color: rgb(131,3,55); }

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

background-color css

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

 a { background-color: rgb(131,3,55); }

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

border-color css

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

 span { border-color: rgb(131,3,55); }

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