Html Css Color HEX #800537 Burgundy

📋 copy color: '#800537'

red 128 ◦ green 5 ◦ blue 55

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

Shades of Burgundy #800537

Tints of Burgundy #800537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.66%

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

R = 68.09%
G = 2.66%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#800537 (or 0x800537) is known color: Burgundy. HEX triplet: 80, 05 and 37. RGB value is (128,5,55). Sum of RGB (Red+Green+Blue) = 128+5+55=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #800537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800537 is #7FFAC8. Grayscale: #2F2F2F. Windows color (decimal): -8387273 or 3605888. OLE color: 3605888.

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

Color convert

RGB 128 5 55 -
CMYK 0 0.96 0.57 0.50
HSL 335.61º 0.92% 0.26% -
HSV(B) 335.61º 0.96% 0.5% -
XYZ 9.65 4.97 4.07 -
YUV 47.48 132.25 185.43 -
System Red Green Blue C M Y K H S L
Decimal 128 5 55 0 0.96 0.57 0.50 335.61 0.92 0.26
Hex 80 5 37 0 60 39 32 150 5C 1A
Octal 200 5 67 0 140 71 62 520 134 32
Binary 10000000 101 110111 0 1100000 111001 110010 101010000 1011100 11010

Color Harmonies of #800537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800537

Black with #800537

Text Example


Text Example

White with #800537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800537; }

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

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

background-color css

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

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

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

border-color css

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

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

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