Html Css Color HEX #820133 Burgundy

📋 copy color: '#820133'

red 130 ◦ green 1 ◦ blue 51

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

Shades of Burgundy #820133

Tints of Burgundy #820133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.02%

R = 71.43%
G = 0.55%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#820133 (or 0x820133) is known color: Burgundy. HEX triplet: 82, 01 and 33. RGB value is (130,1,51). Sum of RGB (Red+Green+Blue) = 130+1+51=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #820133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820133 is #7DFECC. Grayscale: #2D2D2D. Windows color (decimal): -8257229 or 3342722. OLE color: 3342722.

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

Color convert

RGB 130 1 51 -
CMYK 0 0.99 0.61 0.49
HSL 336.74º 0.98% 0.26% -
HSV(B) 336.74º 0.99% 0.51% -
XYZ 9.81 5.01 3.58 -
YUV 45.27 131.24 188.43 -
System Red Green Blue C M Y K H S L
Decimal 130 1 51 0 0.99 0.61 0.49 336.74 0.98 0.26
Hex 82 1 33 0 63 3D 31 151 62 1A
Octal 202 1 63 0 143 75 61 521 142 32
Binary 10000010 1 110011 0 1100011 111101 110001 101010001 1100010 11010

Color Harmonies of #820133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820133

Black with #820133

Text Example


Text Example

White with #820133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820133; }

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

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

background-color css

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

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

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

border-color css

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

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

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