Html Css Color HEX #80012B Burgundy

📋 copy color: '#80012B'

red 128 ◦ green 1 ◦ blue 43

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

Shades of Burgundy #80012B

Tints of Burgundy #80012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25%

R = 74.42%
G = 0.58%
B = 25%

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

#80012B (or 0x80012B) is known color: Burgundy. HEX triplet: 80, 01 and 2B. RGB value is (128,1,43). Sum of RGB (Red+Green+Blue) = 128+1+43=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #80012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80012B is #7FFED4. Grayscale: #2B2B2B. Windows color (decimal): -8388309 or 2818432. OLE color: 2818432.

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

Color convert

RGB 128 1 43 -
CMYK 0 0.99 0.66 0.50
HSL 340.16º 0.98% 0.25% -
HSV(B) 340.16º 0.99% 0.5% -
XYZ 9.35 4.79 2.72 -
YUV 43.76 127.58 188.08 -
System Red Green Blue C M Y K H S L
Decimal 128 1 43 0 0.99 0.66 0.50 340.16 0.98 0.25
Hex 80 1 2B 0 63 42 32 154 62 19
Octal 200 1 53 0 143 102 62 524 142 31
Binary 10000000 1 101011 0 1100011 1000010 110010 101010100 1100010 11001

Color Harmonies of #80012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80012B

Black with #80012B

Text Example


Text Example

White with #80012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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