Html Css Color HEX #840122 Burgundy

📋 copy color: '#840122'

red 132 ◦ green 1 ◦ blue 34

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

Shades of Burgundy #840122

Tints of Burgundy #840122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.36%

R = 79.04%
G = 0.6%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#840122 (or 0x840122) is known color: Burgundy. HEX triplet: 84, 01 and 22. RGB value is (132,1,34). Sum of RGB (Red+Green+Blue) = 132+1+34=167 (22% of max value = 765). Red value is 132 (51.95% from 255 or 79.04% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 132 - color contains mainly: red. Hex color #840122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840122 is #7BFEDD. Grayscale: #2B2B2B. Windows color (decimal): -8126174 or 2228612. OLE color: 2228612.

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

Color convert

RGB 132 1 34 -
CMYK 0 0.99 0.74 0.48
HSL 344.89º 0.98% 0.26% -
HSV(B) 344.89º 0.99% 0.52% -
XYZ 9.82 5.04 1.97 -
YUV 43.93 122.4 190.82 -
System Red Green Blue C M Y K H S L
Decimal 132 1 34 0 0.99 0.74 0.48 344.89 0.98 0.26
Hex 84 1 22 0 63 4A 30 159 62 1A
Octal 204 1 42 0 143 112 60 531 142 32
Binary 10000100 1 100010 0 1100011 1001010 110000 101011001 1100010 11010

Color Harmonies of #840122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840122

Black with #840122

Text Example


Text Example

White with #840122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840122; }

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

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

background-color css

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

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

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

border-color css

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

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

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