Html Css Color HEX #80032D Burgundy

📋 copy color: '#80032D'

red 128 ◦ green 3 ◦ blue 45

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

Shades of Burgundy #80032D

Tints of Burgundy #80032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.7%

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

R = 72.73%
G = 1.7%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80032D (or 0x80032D) is known color: Burgundy. HEX triplet: 80, 03 and 2D. RGB value is (128,3,45). Sum of RGB (Red+Green+Blue) = 128+3+45=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #80032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80032D is #7FFCD2. Grayscale: #2D2D2D. Windows color (decimal): -8387795 or 2950016. OLE color: 2950016.

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

Color convert

RGB 128 3 45 -
CMYK 0 0.98 0.65 0.50
HSL 339.84º 0.95% 0.26% -
HSV(B) 339.84º 0.98% 0.5% -
XYZ 9.41 4.84 2.92 -
YUV 45.16 127.91 187.08 -
System Red Green Blue C M Y K H S L
Decimal 128 3 45 0 0.98 0.65 0.50 339.84 0.95 0.26
Hex 80 3 2D 0 62 41 32 154 5F 1A
Octal 200 3 55 0 142 101 62 524 137 32
Binary 10000000 11 101101 0 1100010 1000001 110010 101010100 1011111 11010

Color Harmonies of #80032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80032D

Black with #80032D

Text Example


Text Example

White with #80032D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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