Html Css Color HEX #80001C Burgundy

📋 copy color: '#80001C'

red 128 ◦ green 0 ◦ blue 28

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

Shades of Burgundy #80001C

Tints of Burgundy #80001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.95%

R = 82.05%
G = 0%
B = 17.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80001C (or 0x80001C) is known color: Burgundy. HEX triplet: 80, 00 and 1C. RGB value is (128,0,28). Sum of RGB (Red+Green+Blue) = 128+0+28=156 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.05% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 128 - color contains mainly: red. Hex color #80001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80001C is #7FFFE3. Grayscale: #292929. Windows color (decimal): -8388580 or 1835136. OLE color: 1835136.

HSL color Cylindrical-coordinate representation of color #80001C: hue angle of 346.88º 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 #80001C is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 0 28 -
CMYK 0 1 0.78 0.50
HSL 346.88º 1% 0.25% -
HSV(B) 346.88º 1% 0.5% -
XYZ 9.11 4.67 1.52 -
YUV 41.46 120.41 189.72 -
System Red Green Blue C M Y K H S L
Decimal 128 0 28 0 1 0.78 0.50 346.88 1 0.25
Hex 80 0 1C 0 64 4E 32 15B 64 19
Octal 200 0 34 0 144 116 62 533 144 31
Binary 10000000 0 11100 0 1100100 1001110 110010 101011011 1100100 11001

Color Harmonies of #80001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80001C

Black with #80001C

Text Example


Text Example

White with #80001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80001C; }

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

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

background-color css

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

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

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

border-color css

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

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

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