Html Css Color HEX #800017 Burgundy

📋 copy color: '#800017'

red 128 ◦ green 0 ◦ blue 23

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

Shades of Burgundy #800017

Tints of Burgundy #800017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.77%
G = 0%
B = 15.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#800017 (or 0x800017) is known color: Burgundy. HEX triplet: 80, 00 and 17. RGB value is (128,0,23). Sum of RGB (Red+Green+Blue) = 128+0+23=151 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.77% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 128 - color contains mainly: red. Hex color #800017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800017 is #7FFFE8. Grayscale: #282828. Windows color (decimal): -8388585 or 1507456. OLE color: 1507456.

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

Color convert

RGB 128 0 23 -
CMYK 0 1 0.82 0.50
HSL 349.22º 1% 0.25% -
HSV(B) 349.22º 1% 0.5% -
XYZ 9.06 4.65 1.23 -
YUV 40.89 117.91 190.13 -
System Red Green Blue C M Y K H S L
Decimal 128 0 23 0 1 0.82 0.50 349.22 1 0.25
Hex 80 0 17 0 64 52 32 15D 64 19
Octal 200 0 27 0 144 122 62 535 144 31
Binary 10000000 0 10111 0 1100100 1010010 110010 101011101 1100100 11001

Color Harmonies of #800017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800017

Black with #800017

Text Example


Text Example

White with #800017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800017; }

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

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

background-color css

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

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

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

border-color css

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

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

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