Html Css Color HEX #84032A Burgundy

📋 copy color: '#84032A'

red 132 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #84032A

Tints of Burgundy #84032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

 BLUE value IS 42 (16.8% from 255) = 23.73%

R = 74.58%
G = 1.69%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#84032A (or 0x84032A) is known color: Burgundy. HEX triplet: 84, 03 and 2A. RGB value is (132,3,42). Sum of RGB (Red+Green+Blue) = 132+3+42=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #84032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84032A is #7BFCD5. Grayscale: #2D2D2D. Windows color (decimal): -8125654 or 2753412. OLE color: 2753412.

HSL color Cylindrical-coordinate representation of color #84032A: hue angle of 341.86º degrees, saturation: 0.96, 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 #84032A is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 3 42 -
CMYK 0 0.98 0.68 0.48
HSL 341.86º 0.96% 0.26% -
HSV(B) 341.86º 0.98% 0.52% -
XYZ 9.97 5.14 2.66 -
YUV 46.02 125.74 189.33 -
System Red Green Blue C M Y K H S L
Decimal 132 3 42 0 0.98 0.68 0.48 341.86 0.96 0.26
Hex 84 3 2A 0 62 44 30 156 60 1A
Octal 204 3 52 0 142 104 60 526 140 32
Binary 10000100 11 101010 0 1100010 1000100 110000 101010110 1100000 11010

Color Harmonies of #84032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84032A

Black with #84032A

Text Example


Text Example

White with #84032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84032A; }

 p { color: rgb(132,3,42); }

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

background-color css

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

 a { background-color: rgb(132,3,42); }

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

border-color css

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

 span { border-color: rgb(132,3,42); }

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