Html Css Color HEX #820228 Burgundy

📋 copy color: '#820228'

red 130 ◦ green 2 ◦ blue 40

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

Shades of Burgundy #820228

Tints of Burgundy #820228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 40 (16.02% from 255) = 23.26%

R = 75.58%
G = 1.16%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#820228 (or 0x820228) is known color: Burgundy. HEX triplet: 82, 02 and 28. RGB value is (130,2,40). Sum of RGB (Red+Green+Blue) = 130+2+40=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #820228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820228 is #7DFDD7. Grayscale: #2C2C2C. Windows color (decimal): -8256984 or 2622082. OLE color: 2622082.

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

Color convert

RGB 130 2 40 -
CMYK 0 0.98 0.69 0.49
HSL 342.19º 0.97% 0.26% -
HSV(B) 342.19º 0.98% 0.51% -
XYZ 9.61 4.94 2.45 -
YUV 44.6 125.41 188.91 -
System Red Green Blue C M Y K H S L
Decimal 130 2 40 0 0.98 0.69 0.49 342.19 0.97 0.26
Hex 82 2 28 0 62 45 31 156 61 1A
Octal 202 2 50 0 142 105 61 526 141 32
Binary 10000010 10 101000 0 1100010 1000101 110001 101010110 1100001 11010

Color Harmonies of #820228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820228

Black with #820228

Text Example


Text Example

White with #820228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820228; }

 p { color: rgb(130,2,40); }

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

background-color css

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

 a { background-color: rgb(130,2,40); }

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

border-color css

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

 span { border-color: rgb(130,2,40); }

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