Html Css Color HEX #830539 Burgundy

📋 copy color: '#830539'

red 131 ◦ green 5 ◦ blue 57

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

Shades of Burgundy #830539

Tints of Burgundy #830539

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

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

R = 67.88%
G = 2.59%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#830539 (or 0x830539) is known color: Burgundy. HEX triplet: 83, 05 and 39. RGB value is (131,5,57). Sum of RGB (Red+Green+Blue) = 131+5+57=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #830539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830539 is #7CFAC6. Grayscale: #303030. Windows color (decimal): -8190663 or 3736963. OLE color: 3736963.

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

Color convert

RGB 131 5 57 -
CMYK 0 0.96 0.56 0.49
HSL 335.24º 0.93% 0.27% -
HSV(B) 335.24º 0.96% 0.51% -
XYZ 10.15 5.23 4.35 -
YUV 48.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 131 5 57 0 0.96 0.56 0.49 335.24 0.93 0.27
Hex 83 5 39 0 60 38 31 14F 5D 1B
Octal 203 5 71 0 140 70 61 517 135 33
Binary 10000011 101 111001 0 1100000 111000 110001 101001111 1011101 11011

Color Harmonies of #830539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830539

Black with #830539

Text Example


Text Example

White with #830539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830539; }

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

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

background-color css

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

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

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

border-color css

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

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

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