Html Css Color HEX #830339 Burgundy

📋 copy color: '#830339'

red 131 ◦ green 3 ◦ blue 57

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

Shades of Burgundy #830339

Tints of Burgundy #830339

RGB

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

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

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

R = 68.59%
G = 1.57%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#830339 (or 0x830339) is known color: Burgundy. HEX triplet: 83, 03 and 39. RGB value is (131,3,57). Sum of RGB (Red+Green+Blue) = 131+3+57=191 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.59% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 131 - color contains mainly: red. Hex color #830339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830339 is #7CFCC6. Grayscale: #2F2F2F. Windows color (decimal): -8191175 or 3736451. OLE color: 3736451.

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

Color convert

RGB 131 3 57 -
CMYK 0 0.98 0.56 0.49
HSL 334.69º 0.96% 0.26% -
HSV(B) 334.69º 0.98% 0.51% -
XYZ 10.13 5.19 4.34 -
YUV 47.43 133.41 187.61 -
System Red Green Blue C M Y K H S L
Decimal 131 3 57 0 0.98 0.56 0.49 334.69 0.96 0.26
Hex 83 3 39 0 62 38 31 14F 60 1A
Octal 203 3 71 0 142 70 61 517 140 32
Binary 10000011 11 111001 0 1100010 111000 110001 101001111 1100000 11010

Color Harmonies of #830339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830339

Black with #830339

Text Example


Text Example

White with #830339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830339; }

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

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

background-color css

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

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

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

border-color css

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

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

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