Html Css Color HEX #800531 Burgundy

📋 copy color: '#800531'

red 128 ◦ green 5 ◦ blue 49

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

Shades of Burgundy #800531

Tints of Burgundy #800531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.92%

R = 70.33%
G = 2.75%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#800531 (or 0x800531) is known color: Burgundy. HEX triplet: 80, 05 and 31. RGB value is (128,5,49). Sum of RGB (Red+Green+Blue) = 128+5+49=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #800531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800531 is #7FFACE. Grayscale: #2E2E2E. Windows color (decimal): -8387279 or 3212672. OLE color: 3212672.

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

Color convert

RGB 128 5 49 -
CMYK 0 0.96 0.62 0.50
HSL 338.54º 0.92% 0.26% -
HSV(B) 338.54º 0.96% 0.5% -
XYZ 9.51 4.92 3.35 -
YUV 46.79 129.25 185.92 -
System Red Green Blue C M Y K H S L
Decimal 128 5 49 0 0.96 0.62 0.50 338.54 0.92 0.26
Hex 80 5 31 0 60 3E 32 153 5C 1A
Octal 200 5 61 0 140 76 62 523 134 32
Binary 10000000 101 110001 0 1100000 111110 110010 101010011 1011100 11010

Color Harmonies of #800531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800531

Black with #800531

Text Example


Text Example

White with #800531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800531; }

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

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

background-color css

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

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

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

border-color css

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

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

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