Html Css Color HEX #820339 Burgundy

📋 copy color: '#820339'

red 130 ◦ green 3 ◦ blue 57

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

Shades of Burgundy #820339

Tints of Burgundy #820339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

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

R = 68.42%
G = 1.58%
B = 30%

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

#820339 (or 0x820339) is known color: Burgundy. HEX triplet: 82, 03 and 39. RGB value is (130,3,57). Sum of RGB (Red+Green+Blue) = 130+3+57=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #820339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820339 is #7DFCC6. Grayscale: #2F2F2F. Windows color (decimal): -8256711 or 3736450. OLE color: 3736450.

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

Color convert

RGB 130 3 57 -
CMYK 0 0.98 0.56 0.49
HSL 334.49º 0.95% 0.26% -
HSV(B) 334.49º 0.98% 0.51% -
XYZ 9.98 5.11 4.33 -
YUV 47.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 130 3 57 0 0.98 0.56 0.49 334.49 0.95 0.26
Hex 82 3 39 0 62 38 31 14E 5F 1A
Octal 202 3 71 0 142 70 61 516 137 32
Binary 10000010 11 111001 0 1100010 111000 110001 101001110 1011111 11010

Color Harmonies of #820339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820339

Black with #820339

Text Example


Text Example

White with #820339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820339; }

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

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

background-color css

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

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

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

border-color css

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

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

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