Html Css Color HEX #800012 Burgundy

📋 copy color: '#800012'

red 128 ◦ green 0 ◦ blue 18

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

Shades of Burgundy #800012

Tints of Burgundy #800012

RGB

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

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

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

R = 87.67%
G = 0%
B = 12.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#800012 (or 0x800012) is known color: Burgundy. HEX triplet: 80, 00 and 12. RGB value is (128,0,18). Sum of RGB (Red+Green+Blue) = 128+0+18=146 (19% of max value = 765). Red value is 128 (50.39% from 255 or 87.67% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 128 - color contains mainly: red. Hex color #800012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800012 is #7FFFED. Grayscale: #282828. Windows color (decimal): -8388590 or 1179776. OLE color: 1179776.

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

Color convert

RGB 128 0 18 -
CMYK 0 1 0.86 0.50
HSL 351.56º 1% 0.25% -
HSV(B) 351.56º 1% 0.5% -
XYZ 9.01 4.63 0.99 -
YUV 40.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 128 0 18 0 1 0.86 0.50 351.56 1 0.25
Hex 80 0 12 0 64 56 32 160 64 19
Octal 200 0 22 0 144 126 62 540 144 31
Binary 10000000 0 10010 0 1100100 1010110 110010 101100000 1100100 11001

Color Harmonies of #800012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800012

Black with #800012

Text Example


Text Example

White with #800012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800012; }

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

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

background-color css

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

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

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

border-color css

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

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

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