Html Css Color HEX #800536 Burgundy

📋 copy color: '#800536'

red 128 ◦ green 5 ◦ blue 54

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

Shades of Burgundy #800536

Tints of Burgundy #800536

RGB

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

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

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

R = 68.45%
G = 2.67%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#800536 (or 0x800536) is known color: Burgundy. HEX triplet: 80, 05 and 36. RGB value is (128,5,54). Sum of RGB (Red+Green+Blue) = 128+5+54=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #800536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800536 is #7FFAC9. Grayscale: #2F2F2F. Windows color (decimal): -8387274 or 3540352. OLE color: 3540352.

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

Color convert

RGB 128 5 54 -
CMYK 0 0.96 0.58 0.50
HSL 336.1º 0.92% 0.26% -
HSV(B) 336.1º 0.96% 0.5% -
XYZ 9.62 4.96 3.94 -
YUV 47.36 131.75 185.52 -
System Red Green Blue C M Y K H S L
Decimal 128 5 54 0 0.96 0.58 0.50 336.1 0.92 0.26
Hex 80 5 36 0 60 3A 32 150 5C 1A
Octal 200 5 66 0 140 72 62 520 134 32
Binary 10000000 101 110110 0 1100000 111010 110010 101010000 1011100 11010

Color Harmonies of #800536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800536

Black with #800536

Text Example


Text Example

White with #800536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800536; }

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

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

background-color css

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

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

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

border-color css

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

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

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