Html Css Color HEX #820239 Burgundy

📋 copy color: '#820239'

red 130 ◦ green 2 ◦ blue 57

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

Shades of Burgundy #820239

Tints of Burgundy #820239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30.16%

R = 68.78%
G = 1.06%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#820239 (or 0x820239) is known color: Burgundy. HEX triplet: 82, 02 and 39. RGB value is (130,2,57). Sum of RGB (Red+Green+Blue) = 130+2+57=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #820239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820239 is #7DFDC6. Grayscale: #2E2E2E. Windows color (decimal): -8256967 or 3736194. OLE color: 3736194.

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

Color convert

RGB 130 2 57 -
CMYK 0 0.98 0.56 0.49
HSL 334.22º 0.97% 0.26% -
HSV(B) 334.22º 0.98% 0.51% -
XYZ 9.97 5.08 4.33 -
YUV 46.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 130 2 57 0 0.98 0.56 0.49 334.22 0.97 0.26
Hex 82 2 39 0 62 38 31 14E 61 1A
Octal 202 2 71 0 142 70 61 516 141 32
Binary 10000010 10 111001 0 1100010 111000 110001 101001110 1100001 11010

Color Harmonies of #820239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820239

Black with #820239

Text Example


Text Example

White with #820239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820239; }

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

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

background-color css

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

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

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

border-color css

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

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

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