Html Css Color HEX #820236 Burgundy

📋 copy color: '#820236'

red 130 ◦ green 2 ◦ blue 54

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

Shades of Burgundy #820236

Tints of Burgundy #820236

RGB

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

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

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

R = 69.89%
G = 1.08%
B = 29.03%

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

#820236 (or 0x820236) is known color: Burgundy. HEX triplet: 82, 02 and 36. RGB value is (130,2,54). Sum of RGB (Red+Green+Blue) = 130+2+54=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #820236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820236 is #7DFDC9. Grayscale: #2E2E2E. Windows color (decimal): -8256970 or 3539586. OLE color: 3539586.

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

Color convert

RGB 130 2 54 -
CMYK 0 0.98 0.58 0.49
HSL 335.63º 0.97% 0.26% -
HSV(B) 335.63º 0.98% 0.51% -
XYZ 9.89 5.06 3.94 -
YUV 46.2 132.41 187.77 -
System Red Green Blue C M Y K H S L
Decimal 130 2 54 0 0.98 0.58 0.49 335.63 0.97 0.26
Hex 82 2 36 0 62 3A 31 150 61 1A
Octal 202 2 66 0 142 72 61 520 141 32
Binary 10000010 10 110110 0 1100010 111010 110001 101010000 1100001 11010

Color Harmonies of #820236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820236

Black with #820236

Text Example


Text Example

White with #820236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820236; }

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

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

background-color css

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

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

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

border-color css

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

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

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