Html Css Color HEX #820336 Burgundy

📋 copy color: '#820336'

red 130 ◦ green 3 ◦ blue 54

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

Shades of Burgundy #820336

Tints of Burgundy #820336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.88%

R = 69.52%
G = 1.6%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#820336 (or 0x820336) is known color: Burgundy. HEX triplet: 82, 03 and 36. RGB value is (130,3,54). Sum of RGB (Red+Green+Blue) = 130+3+54=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #820336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820336 is #7DFCC9. Grayscale: #2E2E2E. Windows color (decimal): -8256714 or 3539842. OLE color: 3539842.

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

Color convert

RGB 130 3 54 -
CMYK 0 0.98 0.58 0.49
HSL 335.91º 0.95% 0.26% -
HSV(B) 335.91º 0.98% 0.51% -
XYZ 9.9 5.08 3.95 -
YUV 46.79 132.08 187.35 -
System Red Green Blue C M Y K H S L
Decimal 130 3 54 0 0.98 0.58 0.49 335.91 0.95 0.26
Hex 82 3 36 0 62 3A 31 150 5F 1A
Octal 202 3 66 0 142 72 61 520 137 32
Binary 10000010 11 110110 0 1100010 111010 110001 101010000 1011111 11010

Color Harmonies of #820336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820336

Black with #820336

Text Example


Text Example

White with #820336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820336; }

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

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

background-color css

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

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

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

border-color css

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

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

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