Html Css Color HEX #801128 Burgundy

📋 copy color: '#801128'

red 128 ◦ green 17 ◦ blue 40

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

Shades of Burgundy #801128

Tints of Burgundy #801128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.62%

R = 69.19%
G = 9.19%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#801128 (or 0x801128) is known color: Burgundy. HEX triplet: 80, 11 and 28. RGB value is (128,17,40). Sum of RGB (Red+Green+Blue) = 128+17+40=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #801128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801128 is #7FEED7. Grayscale: #343434. Windows color (decimal): -8384216 or 2625920. OLE color: 2625920.

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

Color convert

RGB 128 17 40 -
CMYK 0 0.87 0.69 0.50
HSL 347.57º 0.77% 0.28% -
HSV(B) 347.57º 0.87% 0.5% -
XYZ 9.49 5.14 2.5 -
YUV 52.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 128 17 40 0 0.87 0.69 0.50 347.57 0.77 0.28
Hex 80 11 28 0 57 45 32 15C 4D 1C
Octal 200 21 50 0 127 105 62 534 115 34
Binary 10000000 10001 101000 0 1010111 1000101 110010 101011100 1001101 11100

Color Harmonies of #801128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801128

Black with #801128

Text Example


Text Example

White with #801128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801128; }

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

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

background-color css

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

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

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

border-color css

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

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

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