Html Css Color HEX #840232 Burgundy

📋 copy color: '#840232'

red 132 ◦ green 2 ◦ blue 50

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

Shades of Burgundy #840232

Tints of Burgundy #840232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 71.74%
G = 1.09%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#840232 (or 0x840232) is known color: Burgundy. HEX triplet: 84, 02 and 32. RGB value is (132,2,50). Sum of RGB (Red+Green+Blue) = 132+2+50=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #840232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840232 is #7BFDCD. Grayscale: #2E2E2E. Windows color (decimal): -8125902 or 3277444. OLE color: 3277444.

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

Color convert

RGB 132 2 50 -
CMYK 0 0.98 0.62 0.48
HSL 337.85º 0.97% 0.26% -
HSV(B) 337.85º 0.98% 0.52% -
XYZ 10.11 5.18 3.48 -
YUV 46.34 130.07 189.1 -
System Red Green Blue C M Y K H S L
Decimal 132 2 50 0 0.98 0.62 0.48 337.85 0.97 0.26
Hex 84 2 32 0 62 3E 30 152 61 1A
Octal 204 2 62 0 142 76 60 522 141 32
Binary 10000100 10 110010 0 1100010 111110 110000 101010010 1100001 11010

Color Harmonies of #840232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840232

Black with #840232

Text Example


Text Example

White with #840232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840232; }

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

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

background-color css

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

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

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

border-color css

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

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

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