Html Css Color HEX #800837 Burgundy

📋 copy color: '#800837'

red 128 ◦ green 8 ◦ blue 55

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

Shades of Burgundy #800837

Tints of Burgundy #800837

RGB

 RED value IS 128 (50.39% from 255) = 67.02%

 GREEN value IS 8 (3.52% from 255) = 4.19%

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

R = 67.02%
G = 4.19%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#800837 (or 0x800837) is known color: Burgundy. HEX triplet: 80, 08 and 37. RGB value is (128,8,55). Sum of RGB (Red+Green+Blue) = 128+8+55=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #800837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800837 is #7FF7C8. Grayscale: #313131. Windows color (decimal): -8386505 or 3606656. OLE color: 3606656.

HSL color Cylindrical-coordinate representation of color #800837: hue angle of 336.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800837 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 55 -
CMYK 0 0.94 0.57 0.50
HSL 336.5º 0.88% 0.27% -
HSV(B) 336.5º 0.94% 0.5% -
XYZ 9.68 5.04 4.08 -
YUV 49.24 131.26 184.18 -
System Red Green Blue C M Y K H S L
Decimal 128 8 55 0 0.94 0.57 0.50 336.5 0.88 0.27
Hex 80 8 37 0 5E 39 32 150 58 1B
Octal 200 10 67 0 136 71 62 520 130 33
Binary 10000000 1000 110111 0 1011110 111001 110010 101010000 1011000 11011

Color Harmonies of #800837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800837

Black with #800837

Text Example


Text Example

White with #800837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800837; }

 p { color: rgb(128,8,55); }

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

background-color css

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

 a { background-color: rgb(128,8,55); }

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

border-color css

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

 span { border-color: rgb(128,8,55); }

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