Html Css Color HEX #820128 Burgundy

📋 copy color: '#820128'

red 130 ◦ green 1 ◦ blue 40

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

Shades of Burgundy #820128

Tints of Burgundy #820128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 76.02%
G = 0.58%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#820128 (or 0x820128) is known color: Burgundy. HEX triplet: 82, 01 and 28. RGB value is (130,1,40). Sum of RGB (Red+Green+Blue) = 130+1+40=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #820128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820128 is #7DFED7. Grayscale: #2B2B2B. Windows color (decimal): -8257240 or 2621826. OLE color: 2621826.

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

Color convert

RGB 130 1 40 -
CMYK 0 0.99 0.69 0.49
HSL 341.86º 0.98% 0.26% -
HSV(B) 341.86º 0.99% 0.51% -
XYZ 9.6 4.92 2.45 -
YUV 44.02 125.74 189.33 -
System Red Green Blue C M Y K H S L
Decimal 130 1 40 0 0.99 0.69 0.49 341.86 0.98 0.26
Hex 82 1 28 0 63 45 31 156 62 1A
Octal 202 1 50 0 143 105 61 526 142 32
Binary 10000010 1 101000 0 1100011 1000101 110001 101010110 1100010 11010

Color Harmonies of #820128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820128

Black with #820128

Text Example


Text Example

White with #820128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820128; }

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

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

background-color css

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

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

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

border-color css

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

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

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