Html Css Color HEX #820037 Burgundy

📋 copy color: '#820037'

red 130 ◦ green 0 ◦ blue 55

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

Shades of Burgundy #820037

Tints of Burgundy #820037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 29.73%

R = 70.27%
G = 0%
B = 29.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#820037 (or 0x820037) is known color: Burgundy. HEX triplet: 82, 00 and 37. RGB value is (130,0,55). Sum of RGB (Red+Green+Blue) = 130+0+55=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #820037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820037 is #7DFFC8. Grayscale: #2D2D2D. Windows color (decimal): -8257481 or 3604610. OLE color: 3604610.

HSL color Cylindrical-coordinate representation of color #820037: hue angle of 334.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820037 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 55 -
CMYK 0 1 0.58 0.49
HSL 334.62º 1% 0.25% -
HSV(B) 334.62º 1% 0.51% -
XYZ 9.9 5.02 4.06 -
YUV 45.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 130 0 55 0 1 0.58 0.49 334.62 1 0.25
Hex 82 0 37 0 64 3A 31 14F 64 19
Octal 202 0 67 0 144 72 61 517 144 31
Binary 10000010 0 110111 0 1100100 111010 110001 101001111 1100100 11001

Color Harmonies of #820037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820037

Black with #820037

Text Example


Text Example

White with #820037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820037; }

 p { color: rgb(130,0,55); }

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

background-color css

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

 a { background-color: rgb(130,0,55); }

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

border-color css

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

 span { border-color: rgb(130,0,55); }

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