Html Css Color HEX #840133 Burgundy

📋 copy color: '#840133'

red 132 ◦ green 1 ◦ blue 51

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

Shades of Burgundy #840133

Tints of Burgundy #840133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.72%

R = 71.74%
G = 0.54%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#840133 (or 0x840133) is known color: Burgundy. HEX triplet: 84, 01 and 33. RGB value is (132,1,51). Sum of RGB (Red+Green+Blue) = 132+1+51=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #840133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840133 is #7BFECC. Grayscale: #2D2D2D. Windows color (decimal): -8126157 or 3342724. OLE color: 3342724.

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

Color convert

RGB 132 1 51 -
CMYK 0 0.99 0.61 0.48
HSL 337.1º 0.98% 0.26% -
HSV(B) 337.1º 0.99% 0.52% -
XYZ 10.12 5.17 3.6 -
YUV 45.87 130.9 189.43 -
System Red Green Blue C M Y K H S L
Decimal 132 1 51 0 0.99 0.61 0.48 337.1 0.98 0.26
Hex 84 1 33 0 63 3D 30 151 62 1A
Octal 204 1 63 0 143 75 60 521 142 32
Binary 10000100 1 110011 0 1100011 111101 110000 101010001 1100010 11010

Color Harmonies of #840133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840133

Black with #840133

Text Example


Text Example

White with #840133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840133; }

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

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

background-color css

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

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

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

border-color css

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

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

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