Html Css Color HEX #830139 Burgundy

📋 copy color: '#830139'

red 131 ◦ green 1 ◦ blue 57

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

Shades of Burgundy #830139

Tints of Burgundy #830139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30.16%

R = 69.31%
G = 0.53%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#830139 (or 0x830139) is known color: Burgundy. HEX triplet: 83, 01 and 39. RGB value is (131,1,57). Sum of RGB (Red+Green+Blue) = 131+1+57=189 (25% of max value = 765). Red value is 131 (51.56% from 255 or 69.31% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 131 - color contains mainly: red. Hex color #830139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830139 is #7CFEC6. Grayscale: #2E2E2E. Windows color (decimal): -8191687 or 3735939. OLE color: 3735939.

HSL color Cylindrical-coordinate representation of color #830139: hue angle of 334.15º 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 #830139 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 57 -
CMYK 0 0.99 0.56 0.49
HSL 334.15º 0.98% 0.26% -
HSV(B) 334.15º 0.99% 0.51% -
XYZ 10.11 5.14 4.33 -
YUV 46.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 131 1 57 0 0.99 0.56 0.49 334.15 0.98 0.26
Hex 83 1 39 0 63 38 31 14E 62 1A
Octal 203 1 71 0 143 70 61 516 142 32
Binary 10000011 1 111001 0 1100011 111000 110001 101001110 1100010 11010

Color Harmonies of #830139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830139

Black with #830139

Text Example


Text Example

White with #830139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830139; }

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

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

background-color css

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

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

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

border-color css

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

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

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