Html Css Color HEX #840422 Burgundy

📋 copy color: '#840422'

red 132 ◦ green 4 ◦ blue 34

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

Shades of Burgundy #840422

Tints of Burgundy #840422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

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

R = 77.65%
G = 2.35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#840422 (or 0x840422) is known color: Burgundy. HEX triplet: 84, 04 and 22. RGB value is (132,4,34). Sum of RGB (Red+Green+Blue) = 132+4+34=170 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.65% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 132 - color contains mainly: red. Hex color #840422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840422 is #7BFBDD. Grayscale: #2D2D2D. Windows color (decimal): -8125406 or 2229380. OLE color: 2229380.

HSL color Cylindrical-coordinate representation of color #840422: hue angle of 345.94º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #840422 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 4 34 -
CMYK 0 0.97 0.74 0.48
HSL 345.94º 0.94% 0.27% -
HSV(B) 345.94º 0.97% 0.52% -
XYZ 9.85 5.11 1.98 -
YUV 45.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 132 4 34 0 0.97 0.74 0.48 345.94 0.94 0.27
Hex 84 4 22 0 61 4A 30 15A 5E 1B
Octal 204 4 42 0 141 112 60 532 136 33
Binary 10000100 100 100010 0 1100001 1001010 110000 101011010 1011110 11011

Color Harmonies of #840422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840422

Black with #840422

Text Example


Text Example

White with #840422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840422; }

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

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

background-color css

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

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

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

border-color css

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

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

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