Html Css Color HEX #84022C Burgundy

📋 copy color: '#84022C'

red 132 ◦ green 2 ◦ blue 44

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

Shades of Burgundy #84022C

Tints of Burgundy #84022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.72%

R = 74.16%
G = 1.12%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84022C (or 0x84022C) is known color: Burgundy. HEX triplet: 84, 02 and 2C. RGB value is (132,2,44). Sum of RGB (Red+Green+Blue) = 132+2+44=178 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.16% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 132 - color contains mainly: red. Hex color #84022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84022C is #7BFDD3. Grayscale: #2D2D2D. Windows color (decimal): -8125908 or 2884228. OLE color: 2884228.

HSL color Cylindrical-coordinate representation of color #84022C: hue angle of 340.62º 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 #84022C is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 2 44 -
CMYK 0 0.98 0.67 0.48
HSL 340.62º 0.97% 0.26% -
HSV(B) 340.62º 0.98% 0.52% -
XYZ 9.99 5.13 2.85 -
YUV 45.66 127.07 189.58 -
System Red Green Blue C M Y K H S L
Decimal 132 2 44 0 0.98 0.67 0.48 340.62 0.97 0.26
Hex 84 2 2C 0 62 43 30 155 61 1A
Octal 204 2 54 0 142 103 60 525 141 32
Binary 10000100 10 101100 0 1100010 1000011 110000 101010101 1100001 11010

Color Harmonies of #84022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84022C

Black with #84022C

Text Example


Text Example

White with #84022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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