Html Css Color HEX #840539 Burgundy

📋 copy color: '#840539'

red 132 ◦ green 5 ◦ blue 57

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

Shades of Burgundy #840539

Tints of Burgundy #840539

RGB

 RED value IS 132 (51.95% from 255) = 68.04%

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

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

R = 68.04%
G = 2.58%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#840539 (or 0x840539) is known color: Burgundy. HEX triplet: 84, 05 and 39. RGB value is (132,5,57). Sum of RGB (Red+Green+Blue) = 132+5+57=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #840539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840539 is #7BFAC6. Grayscale: #303030. Windows color (decimal): -8125127 or 3736964. OLE color: 3736964.

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

Color convert

RGB 132 5 57 -
CMYK 0 0.96 0.57 0.48
HSL 335.43º 0.93% 0.27% -
HSV(B) 335.43º 0.96% 0.52% -
XYZ 10.31 5.31 4.35 -
YUV 48.9 132.58 187.27 -
System Red Green Blue C M Y K H S L
Decimal 132 5 57 0 0.96 0.57 0.48 335.43 0.93 0.27
Hex 84 5 39 0 60 39 30 14F 5D 1B
Octal 204 5 71 0 140 71 60 517 135 33
Binary 10000100 101 111001 0 1100000 111001 110000 101001111 1011101 11011

Color Harmonies of #840539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840539

Black with #840539

Text Example


Text Example

White with #840539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840539; }

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

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

background-color css

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

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

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

border-color css

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

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

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