Html Css Color HEX #800117 Burgundy

📋 copy color: '#800117'

red 128 ◦ green 1 ◦ blue 23

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

Shades of Burgundy #800117

Tints of Burgundy #800117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.13%

R = 84.21%
G = 0.66%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#800117 (or 0x800117) is known color: Burgundy. HEX triplet: 80, 01 and 17. RGB value is (128,1,23). Sum of RGB (Red+Green+Blue) = 128+1+23=152 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.21% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 128 - color contains mainly: red. Hex color #800117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800117 is #7FFEE8. Grayscale: #292929. Windows color (decimal): -8388329 or 1507712. OLE color: 1507712.

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

Color convert

RGB 128 1 23 -
CMYK 0 0.99 0.82 0.50
HSL 349.61º 0.98% 0.25% -
HSV(B) 349.61º 0.99% 0.5% -
XYZ 9.07 4.67 1.23 -
YUV 41.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 128 1 23 0 0.99 0.82 0.50 349.61 0.98 0.25
Hex 80 1 17 0 63 52 32 15E 62 19
Octal 200 1 27 0 143 122 62 536 142 31
Binary 10000000 1 10111 0 1100011 1010010 110010 101011110 1100010 11001

Color Harmonies of #800117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800117

Black with #800117

Text Example


Text Example

White with #800117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800117; }

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

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

background-color css

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

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

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

border-color css

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

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

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