Html Css Color HEX #820022 Burgundy

📋 copy color: '#820022'

red 130 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #820022

Tints of Burgundy #820022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.27%
G = 0%
B = 20.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#820022 (or 0x820022) is known color: Burgundy. HEX triplet: 82, 00 and 22. RGB value is (130,0,34). Sum of RGB (Red+Green+Blue) = 130+0+34=164 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.27% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 130 - color contains mainly: red. Hex color #820022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820022 is #7DFFDD. Grayscale: #2A2A2A. Windows color (decimal): -8257502 or 2228354. OLE color: 2228354.

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

Color convert

RGB 130 0 34 -
CMYK 0 1 0.74 0.49
HSL 344.31º 1% 0.25% -
HSV(B) 344.31º 1% 0.51% -
XYZ 9.49 4.86 1.95 -
YUV 42.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 130 0 34 0 1 0.74 0.49 344.31 1 0.25
Hex 82 0 22 0 64 4A 31 158 64 19
Octal 202 0 42 0 144 112 61 530 144 31
Binary 10000010 0 100010 0 1100100 1001010 110001 101011000 1100100 11001

Color Harmonies of #820022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820022

Black with #820022

Text Example


Text Example

White with #820022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820022; }

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

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

background-color css

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

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

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

border-color css

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

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

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