Html Css Color HEX #80072B Burgundy

📋 copy color: '#80072B'

red 128 ◦ green 7 ◦ blue 43

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

Shades of Burgundy #80072B

Tints of Burgundy #80072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

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

R = 71.91%
G = 3.93%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80072B (or 0x80072B) is known color: Burgundy. HEX triplet: 80, 07 and 2B. RGB value is (128,7,43). Sum of RGB (Red+Green+Blue) = 128+7+43=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #80072B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80072B is #7FF8D4. Grayscale: #2F2F2F. Windows color (decimal): -8386773 or 2819968. OLE color: 2819968.

HSL color Cylindrical-coordinate representation of color #80072B: hue angle of 342.15º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80072B is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 7 43 -
CMYK 0 0.95 0.66 0.50
HSL 342.15º 0.9% 0.26% -
HSV(B) 342.15º 0.95% 0.5% -
XYZ 9.41 4.92 2.74 -
YUV 47.28 125.59 185.57 -
System Red Green Blue C M Y K H S L
Decimal 128 7 43 0 0.95 0.66 0.50 342.15 0.9 0.26
Hex 80 7 2B 0 5F 42 32 156 5A 1A
Octal 200 7 53 0 137 102 62 526 132 32
Binary 10000000 111 101011 0 1011111 1000010 110010 101010110 1011010 11010

Color Harmonies of #80072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80072B

Black with #80072B

Text Example


Text Example

White with #80072B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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