Html Css Color HEX #820028 Burgundy

📋 copy color: '#820028'

red 130 ◦ green 0 ◦ blue 40

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

Shades of Burgundy #820028

Tints of Burgundy #820028

RGB

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

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

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

R = 76.47%
G = 0%
B = 23.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#820028 (or 0x820028) is known color: Burgundy. HEX triplet: 82, 00 and 28. RGB value is (130,0,40). Sum of RGB (Red+Green+Blue) = 130+0+40=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #820028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820028 is #7DFFD7. Grayscale: #2B2B2B. Windows color (decimal): -8257496 or 2621570. OLE color: 2621570.

HSL color Cylindrical-coordinate representation of color #820028: hue angle of 341.54º 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 #820028 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 40 -
CMYK 0 1 0.69 0.49
HSL 341.54º 1% 0.25% -
HSV(B) 341.54º 1% 0.51% -
XYZ 9.59 4.9 2.45 -
YUV 43.43 126.07 189.75 -
System Red Green Blue C M Y K H S L
Decimal 130 0 40 0 1 0.69 0.49 341.54 1 0.25
Hex 82 0 28 0 64 45 31 156 64 19
Octal 202 0 50 0 144 105 61 526 144 31
Binary 10000010 0 101000 0 1100100 1000101 110001 101010110 1100100 11001

Color Harmonies of #820028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820028

Black with #820028

Text Example


Text Example

White with #820028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820028; }

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

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

background-color css

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

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

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

border-color css

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

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

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