Html Css Color HEX #830137 Burgundy

📋 copy color: '#830137'

red 131 ◦ green 1 ◦ blue 55

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

Shades of Burgundy #830137

Tints of Burgundy #830137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 70.05%
G = 0.53%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#830137 (or 0x830137) is known color: Burgundy. HEX triplet: 83, 01 and 37. RGB value is (131,1,55). Sum of RGB (Red+Green+Blue) = 131+1+55=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #830137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830137 is #7CFEC8. Grayscale: #2D2D2D. Windows color (decimal): -8191689 or 3604867. OLE color: 3604867.

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

Color convert

RGB 131 1 55 -
CMYK 0 0.99 0.58 0.49
HSL 335.08º 0.98% 0.26% -
HSV(B) 335.08º 0.99% 0.51% -
XYZ 10.06 5.12 4.07 -
YUV 46.03 133.07 188.61 -
System Red Green Blue C M Y K H S L
Decimal 131 1 55 0 0.99 0.58 0.49 335.08 0.98 0.26
Hex 83 1 37 0 63 3A 31 14F 62 1A
Octal 203 1 67 0 143 72 61 517 142 32
Binary 10000011 1 110111 0 1100011 111010 110001 101001111 1100010 11010

Color Harmonies of #830137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830137

Black with #830137

Text Example


Text Example

White with #830137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830137; }

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

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

background-color css

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

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

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

border-color css

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

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

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