Html Css Color HEX #800112 Burgundy

📋 copy color: '#800112'

red 128 ◦ green 1 ◦ blue 18

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

Shades of Burgundy #800112

Tints of Burgundy #800112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.24%

R = 87.07%
G = 0.68%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#800112 (or 0x800112) is known color: Burgundy. HEX triplet: 80, 01 and 12. RGB value is (128,1,18). Sum of RGB (Red+Green+Blue) = 128+1+18=147 (19% of max value = 765). Red value is 128 (50.39% from 255 or 87.07% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 128 - color contains mainly: red. Hex color #800112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800112 is #7FFEED. Grayscale: #282828. Windows color (decimal): -8388334 or 1180032. OLE color: 1180032.

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

Color convert

RGB 128 1 18 -
CMYK 0 0.99 0.86 0.50
HSL 351.97º 0.98% 0.25% -
HSV(B) 351.97º 0.99% 0.5% -
XYZ 9.02 4.65 1 -
YUV 40.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 128 1 18 0 0.99 0.86 0.50 351.97 0.98 0.25
Hex 80 1 12 0 63 56 32 160 62 19
Octal 200 1 22 0 143 126 62 540 142 31
Binary 10000000 1 10010 0 1100011 1010110 110010 101100000 1100010 11001

Color Harmonies of #800112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800112

Black with #800112

Text Example


Text Example

White with #800112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800112; }

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

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

background-color css

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

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

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

border-color css

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

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

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