Html Css Color HEX #820422 Burgundy

📋 copy color: '#820422'

red 130 ◦ green 4 ◦ blue 34

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

Shades of Burgundy #820422

Tints of Burgundy #820422

RGB

 RED value IS 130 (51.17% from 255) = 77.38%

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

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

R = 77.38%
G = 2.38%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#820422 (or 0x820422) is known color: Burgundy. HEX triplet: 82, 04 and 22. RGB value is (130,4,34). Sum of RGB (Red+Green+Blue) = 130+4+34=168 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.38% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 130 - color contains mainly: red. Hex color #820422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820422 is #7DFBDD. Grayscale: #2D2D2D. Windows color (decimal): -8256478 or 2229378. OLE color: 2229378.

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

Color convert

RGB 130 4 34 -
CMYK 0 0.97 0.74 0.49
HSL 345.71º 0.94% 0.26% -
HSV(B) 345.71º 0.97% 0.51% -
XYZ 9.54 4.95 1.97 -
YUV 45.09 121.74 188.56 -
System Red Green Blue C M Y K H S L
Decimal 130 4 34 0 0.97 0.74 0.49 345.71 0.94 0.26
Hex 82 4 22 0 61 4A 31 15A 5E 1A
Octal 202 4 42 0 141 112 61 532 136 32
Binary 10000010 100 100010 0 1100001 1001010 110001 101011010 1011110 11010

Color Harmonies of #820422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820422

Black with #820422

Text Example


Text Example

White with #820422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820422; }

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

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

background-color css

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

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

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

border-color css

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

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

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