Html Css Color HEX #800534 Burgundy

📋 copy color: '#800534'

red 128 ◦ green 5 ◦ blue 52

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

Shades of Burgundy #800534

Tints of Burgundy #800534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.11%

R = 69.19%
G = 2.7%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#800534 (or 0x800534) is known color: Burgundy. HEX triplet: 80, 05 and 34. RGB value is (128,5,52). Sum of RGB (Red+Green+Blue) = 128+5+52=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #800534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800534 is #7FFACB. Grayscale: #2F2F2F. Windows color (decimal): -8387276 or 3409280. OLE color: 3409280.

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

Color convert

RGB 128 5 52 -
CMYK 0 0.96 0.59 0.50
HSL 337.07º 0.92% 0.26% -
HSV(B) 337.07º 0.96% 0.5% -
XYZ 9.58 4.95 3.7 -
YUV 47.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 128 5 52 0 0.96 0.59 0.50 337.07 0.92 0.26
Hex 80 5 34 0 60 3B 32 151 5C 1A
Octal 200 5 64 0 140 73 62 521 134 32
Binary 10000000 101 110100 0 1100000 111011 110010 101010001 1011100 11010

Color Harmonies of #800534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800534

Black with #800534

Text Example


Text Example

White with #800534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800534; }

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

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

background-color css

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

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

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

border-color css

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

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

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