Html Css Color HEX #80012C Burgundy

📋 copy color: '#80012C'

red 128 ◦ green 1 ◦ blue 44

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

Shades of Burgundy #80012C

Tints of Burgundy #80012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.43%

R = 73.99%
G = 0.58%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80012C (or 0x80012C) is known color: Burgundy. HEX triplet: 80, 01 and 2C. RGB value is (128,1,44). Sum of RGB (Red+Green+Blue) = 128+1+44=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #80012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80012C is #7FFED3. Grayscale: #2B2B2B. Windows color (decimal): -8388308 or 2883968. OLE color: 2883968.

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

Color convert

RGB 128 1 44 -
CMYK 0 0.99 0.66 0.50
HSL 339.69º 0.98% 0.25% -
HSV(B) 339.69º 0.99% 0.5% -
XYZ 9.37 4.79 2.81 -
YUV 43.88 128.08 188 -
System Red Green Blue C M Y K H S L
Decimal 128 1 44 0 0.99 0.66 0.50 339.69 0.98 0.25
Hex 80 1 2C 0 63 42 32 154 62 19
Octal 200 1 54 0 143 102 62 524 142 31
Binary 10000000 1 101100 0 1100011 1000010 110010 101010100 1100010 11001

Color Harmonies of #80012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80012C

Black with #80012C

Text Example


Text Example

White with #80012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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