Html Css Color HEX #800524 Burgundy

📋 copy color: '#800524'

red 128 ◦ green 5 ◦ blue 36

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

Shades of Burgundy #800524

Tints of Burgundy #800524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.3%

R = 75.74%
G = 2.96%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#800524 (or 0x800524) is known color: Burgundy. HEX triplet: 80, 05 and 24. RGB value is (128,5,36). Sum of RGB (Red+Green+Blue) = 128+5+36=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #800524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800524 is #7FFADB. Grayscale: #2D2D2D. Windows color (decimal): -8387292 or 2360704. OLE color: 2360704.

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

Color convert

RGB 128 5 36 -
CMYK 0 0.96 0.72 0.50
HSL 344.88º 0.92% 0.26% -
HSV(B) 344.88º 0.96% 0.5% -
XYZ 9.27 4.83 2.11 -
YUV 45.31 122.75 186.98 -
System Red Green Blue C M Y K H S L
Decimal 128 5 36 0 0.96 0.72 0.50 344.88 0.92 0.26
Hex 80 5 24 0 60 48 32 159 5C 1A
Octal 200 5 44 0 140 110 62 531 134 32
Binary 10000000 101 100100 0 1100000 1001000 110010 101011001 1011100 11010

Color Harmonies of #800524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800524

Black with #800524

Text Example


Text Example

White with #800524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800524; }

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

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

background-color css

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

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

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

border-color css

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

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

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