Html Css Color HEX #821122 Burgundy

📋 copy color: '#821122'

red 130 ◦ green 17 ◦ blue 34

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

Shades of Burgundy #821122

Tints of Burgundy #821122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

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

R = 71.82%
G = 9.39%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#821122 (or 0x821122) is known color: Burgundy. HEX triplet: 82, 11 and 22. RGB value is (130,17,34). Sum of RGB (Red+Green+Blue) = 130+17+34=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #821122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821122 is #7DEEDD. Grayscale: #343434. Windows color (decimal): -8253150 or 2232706. OLE color: 2232706.

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

Color convert

RGB 130 17 34 -
CMYK 0 0.87 0.74 0.49
HSL 350.97º 0.77% 0.29% -
HSV(B) 350.97º 0.87% 0.51% -
XYZ 9.7 5.26 2.02 -
YUV 52.73 117.44 183.12 -
System Red Green Blue C M Y K H S L
Decimal 130 17 34 0 0.87 0.74 0.49 350.97 0.77 0.29
Hex 82 11 22 0 57 4A 31 15F 4D 1D
Octal 202 21 42 0 127 112 61 537 115 35
Binary 10000010 10001 100010 0 1010111 1001010 110001 101011111 1001101 11101

Color Harmonies of #821122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821122

Black with #821122

Text Example


Text Example

White with #821122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821122; }

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

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

background-color css

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

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

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

border-color css

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

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

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