Html Css Color HEX #801124 Burgundy

📋 copy color: '#801124'

red 128 ◦ green 17 ◦ blue 36

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

Shades of Burgundy #801124

Tints of Burgundy #801124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

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

R = 70.72%
G = 9.39%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#801124 (or 0x801124) is known color: Burgundy. HEX triplet: 80, 11 and 24. RGB value is (128,17,36). Sum of RGB (Red+Green+Blue) = 128+17+36=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #801124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801124 is #7FEEDB. Grayscale: #343434. Windows color (decimal): -8384220 or 2363776. OLE color: 2363776.

HSL color Cylindrical-coordinate representation of color #801124: hue angle of 349.73º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801124 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 36 -
CMYK 0 0.87 0.72 0.50
HSL 349.73º 0.77% 0.28% -
HSV(B) 349.73º 0.87% 0.5% -
XYZ 9.42 5.12 2.16 -
YUV 52.36 118.77 181.96 -
System Red Green Blue C M Y K H S L
Decimal 128 17 36 0 0.87 0.72 0.50 349.73 0.77 0.28
Hex 80 11 24 0 57 48 32 15E 4D 1C
Octal 200 21 44 0 127 110 62 536 115 34
Binary 10000000 10001 100100 0 1010111 1001000 110010 101011110 1001101 11100

Color Harmonies of #801124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801124

Black with #801124

Text Example


Text Example

White with #801124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801124; }

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

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

background-color css

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

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

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

border-color css

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

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

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