Html Css Color HEX #820130 Burgundy

📋 copy color: '#820130'

red 130 ◦ green 1 ◦ blue 48

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

Shades of Burgundy #820130

Tints of Burgundy #820130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.82%

R = 72.63%
G = 0.56%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#820130 (or 0x820130) is known color: Burgundy. HEX triplet: 82, 01 and 30. RGB value is (130,1,48). Sum of RGB (Red+Green+Blue) = 130+1+48=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #820130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820130 is #7DFECF. Grayscale: #2C2C2C. Windows color (decimal): -8257232 or 3146114. OLE color: 3146114.

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

Color convert

RGB 130 1 48 -
CMYK 0 0.99 0.63 0.49
HSL 338.14º 0.98% 0.26% -
HSV(B) 338.14º 0.99% 0.51% -
XYZ 9.75 4.98 3.24 -
YUV 44.93 129.74 188.68 -
System Red Green Blue C M Y K H S L
Decimal 130 1 48 0 0.99 0.63 0.49 338.14 0.98 0.26
Hex 82 1 30 0 63 3F 31 152 62 1A
Octal 202 1 60 0 143 77 61 522 142 32
Binary 10000010 1 110000 0 1100011 111111 110001 101010010 1100010 11010

Color Harmonies of #820130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820130

Black with #820130

Text Example


Text Example

White with #820130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820130; }

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

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

background-color css

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

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

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

border-color css

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

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

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