Html Css Color HEX #800118 Burgundy

📋 copy color: '#800118'

red 128 ◦ green 1 ◦ blue 24

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

Shades of Burgundy #800118

Tints of Burgundy #800118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 24 (9.77% from 255) = 15.69%

R = 83.66%
G = 0.65%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#800118 (or 0x800118) is known color: Burgundy. HEX triplet: 80, 01 and 18. RGB value is (128,1,24). Sum of RGB (Red+Green+Blue) = 128+1+24=153 (20% of max value = 765). Red value is 128 (50.39% from 255 or 83.66% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 128 - color contains mainly: red. Hex color #800118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800118 is #7FFEE7. Grayscale: #292929. Windows color (decimal): -8388328 or 1573248. OLE color: 1573248.

HSL color Cylindrical-coordinate representation of color #800118: hue angle of 349.13º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800118 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 24 -
CMYK 0 0.99 0.81 0.50
HSL 349.13º 0.98% 0.25% -
HSV(B) 349.13º 0.99% 0.5% -
XYZ 9.08 4.68 1.29 -
YUV 41.6 118.08 189.63 -
System Red Green Blue C M Y K H S L
Decimal 128 1 24 0 0.99 0.81 0.50 349.13 0.98 0.25
Hex 80 1 18 0 63 51 32 15D 62 19
Octal 200 1 30 0 143 121 62 535 142 31
Binary 10000000 1 11000 0 1100011 1010001 110010 101011101 1100010 11001

Color Harmonies of #800118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800118

Black with #800118

Text Example


Text Example

White with #800118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800118; }

 p { color: rgb(128,1,24); }

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

background-color css

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

 a { background-color: rgb(128,1,24); }

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

border-color css

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

 span { border-color: rgb(128,1,24); }

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