Html Css Color HEX #80042D Burgundy

📋 copy color: '#80042D'

red 128 ◦ green 4 ◦ blue 45

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

Shades of Burgundy #80042D

Tints of Burgundy #80042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 72.32%
G = 2.26%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80042D (or 0x80042D) is known color: Burgundy. HEX triplet: 80, 04 and 2D. RGB value is (128,4,45). Sum of RGB (Red+Green+Blue) = 128+4+45=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #80042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80042D is #7FFBD2. Grayscale: #2D2D2D. Windows color (decimal): -8387539 or 2950272. OLE color: 2950272.

HSL color Cylindrical-coordinate representation of color #80042D: hue angle of 340.16º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80042D is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 4 45 -
CMYK 0 0.97 0.65 0.50
HSL 340.16º 0.94% 0.26% -
HSV(B) 340.16º 0.97% 0.5% -
XYZ 9.42 4.87 2.93 -
YUV 45.75 127.58 186.67 -
System Red Green Blue C M Y K H S L
Decimal 128 4 45 0 0.97 0.65 0.50 340.16 0.94 0.26
Hex 80 4 2D 0 61 41 32 154 5E 1A
Octal 200 4 55 0 141 101 62 524 136 32
Binary 10000000 100 101101 0 1100001 1000001 110010 101010100 1011110 11010

Color Harmonies of #80042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80042D

Black with #80042D

Text Example


Text Example

White with #80042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80042D; }

 p { color: rgb(128,4,45); }

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

background-color css

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

 a { background-color: rgb(128,4,45); }

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

border-color css

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

 span { border-color: rgb(128,4,45); }

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