Html Css Color HEX #830037 Burgundy

📋 copy color: '#830037'

red 131 ◦ green 0 ◦ blue 55

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

Shades of Burgundy #830037

Tints of Burgundy #830037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.43%
G = 0%
B = 29.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#830037 (or 0x830037) is known color: Burgundy. HEX triplet: 83, 00 and 37. RGB value is (131,0,55). Sum of RGB (Red+Green+Blue) = 131+0+55=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #830037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830037 is #7CFFC8. Grayscale: #2D2D2D. Windows color (decimal): -8191945 or 3604611. OLE color: 3604611.

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

Color convert

RGB 131 0 55 -
CMYK 0 1 0.58 0.49
HSL 334.81º 1% 0.26% -
HSV(B) 334.81º 1% 0.51% -
XYZ 10.05 5.1 4.07 -
YUV 45.44 133.4 189.03 -
System Red Green Blue C M Y K H S L
Decimal 131 0 55 0 1 0.58 0.49 334.81 1 0.26
Hex 83 0 37 0 64 3A 31 14F 64 1A
Octal 203 0 67 0 144 72 61 517 144 32
Binary 10000011 0 110111 0 1100100 111010 110001 101001111 1100100 11010

Color Harmonies of #830037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830037

Black with #830037

Text Example


Text Example

White with #830037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830037; }

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

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

background-color css

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

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

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

border-color css

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

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

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