Html Css Color HEX #84122C Burgundy

📋 copy color: '#84122C'

red 132 ◦ green 18 ◦ blue 44

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

Shades of Burgundy #84122C

Tints of Burgundy #84122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

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

R = 68.04%
G = 9.28%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84122C (or 0x84122C) is known color: Burgundy. HEX triplet: 84, 12 and 2C. RGB value is (132,18,44). Sum of RGB (Red+Green+Blue) = 132+18+44=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #84122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84122C is #7BEDD3. Grayscale: #373737. Windows color (decimal): -8121812 or 2888324. OLE color: 2888324.

HSL color Cylindrical-coordinate representation of color #84122C: hue angle of 346.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84122C is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 18 44 -
CMYK 0 0.86 0.67 0.48
HSL 346.32º 0.76% 0.29% -
HSV(B) 346.32º 0.86% 0.52% -
XYZ 10.19 5.52 2.91 -
YUV 55.05 121.77 182.89 -
System Red Green Blue C M Y K H S L
Decimal 132 18 44 0 0.86 0.67 0.48 346.32 0.76 0.29
Hex 84 12 2C 0 56 43 30 15A 4C 1D
Octal 204 22 54 0 126 103 60 532 114 35
Binary 10000100 10010 101100 0 1010110 1000011 110000 101011010 1001100 11101

Color Harmonies of #84122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84122C

Black with #84122C

Text Example


Text Example

White with #84122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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