Html Css Color HEX #840132 Burgundy

📋 copy color: '#840132'

red 132 ◦ green 1 ◦ blue 50

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

Shades of Burgundy #840132

Tints of Burgundy #840132

RGB

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

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

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

R = 72.13%
G = 0.55%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#840132 (or 0x840132) is known color: Burgundy. HEX triplet: 84, 01 and 32. RGB value is (132,1,50). Sum of RGB (Red+Green+Blue) = 132+1+50=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #840132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840132 is #7BFECD. Grayscale: #2D2D2D. Windows color (decimal): -8126158 or 3277188. OLE color: 3277188.

HSL color Cylindrical-coordinate representation of color #840132: hue angle of 337.56º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #840132 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 1 50 -
CMYK 0 0.99 0.62 0.48
HSL 337.56º 0.98% 0.26% -
HSV(B) 337.56º 0.99% 0.52% -
XYZ 10.1 5.16 3.48 -
YUV 45.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 132 1 50 0 0.99 0.62 0.48 337.56 0.98 0.26
Hex 84 1 32 0 63 3E 30 152 62 1A
Octal 204 1 62 0 143 76 60 522 142 32
Binary 10000100 1 110010 0 1100011 111110 110000 101010010 1100010 11010

Color Harmonies of #840132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840132

Black with #840132

Text Example


Text Example

White with #840132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840132; }

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

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

background-color css

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

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

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

border-color css

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

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

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