Html Css Color HEX #801123 Burgundy

📋 copy color: '#801123'

red 128 ◦ green 17 ◦ blue 35

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

Shades of Burgundy #801123

Tints of Burgundy #801123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.44%

R = 71.11%
G = 9.44%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#801123 (or 0x801123) is known color: Burgundy. HEX triplet: 80, 11 and 23. RGB value is (128,17,35). Sum of RGB (Red+Green+Blue) = 128+17+35=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #801123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801123 is #7FEEDC. Grayscale: #343434. Windows color (decimal): -8384221 or 2298240. OLE color: 2298240.

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

Color convert

RGB 128 17 35 -
CMYK 0 0.87 0.73 0.50
HSL 350.27º 0.77% 0.28% -
HSV(B) 350.27º 0.87% 0.5% -
XYZ 9.41 5.11 2.08 -
YUV 52.24 118.27 182.04 -
System Red Green Blue C M Y K H S L
Decimal 128 17 35 0 0.87 0.73 0.50 350.27 0.77 0.28
Hex 80 11 23 0 57 49 32 15E 4D 1C
Octal 200 21 43 0 127 111 62 536 115 34
Binary 10000000 10001 100011 0 1010111 1001001 110010 101011110 1001101 11100

Color Harmonies of #801123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801123

Black with #801123

Text Example


Text Example

White with #801123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801123; }

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

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

background-color css

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

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

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

border-color css

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

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

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