Html Css Color HEX #840532 Burgundy

📋 copy color: '#840532'

red 132 ◦ green 5 ◦ blue 50

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

Shades of Burgundy #840532

Tints of Burgundy #840532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.74%

R = 70.59%
G = 2.67%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#840532 (or 0x840532) is known color: Burgundy. HEX triplet: 84, 05 and 32. RGB value is (132,5,50). Sum of RGB (Red+Green+Blue) = 132+5+50=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #840532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840532 is #7BFACD. Grayscale: #303030. Windows color (decimal): -8125134 or 3278212. OLE color: 3278212.

HSL color Cylindrical-coordinate representation of color #840532: hue angle of 338.74º 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 #840532 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 5 50 -
CMYK 0 0.96 0.62 0.48
HSL 338.74º 0.93% 0.27% -
HSV(B) 338.74º 0.96% 0.52% -
XYZ 10.15 5.24 3.5 -
YUV 48.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 132 5 50 0 0.96 0.62 0.48 338.74 0.93 0.27
Hex 84 5 32 0 60 3E 30 153 5D 1B
Octal 204 5 62 0 140 76 60 523 135 33
Binary 10000100 101 110010 0 1100000 111110 110000 101010011 1011101 11011

Color Harmonies of #840532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840532

Black with #840532

Text Example


Text Example

White with #840532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840532; }

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

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

background-color css

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

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

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

border-color css

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

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

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