Html Css Color HEX #80032C Burgundy

📋 copy color: '#80032C'

red 128 ◦ green 3 ◦ blue 44

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

Shades of Burgundy #80032C

Tints of Burgundy #80032C

RGB

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

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

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

R = 73.14%
G = 1.71%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80032C (or 0x80032C) is known color: Burgundy. HEX triplet: 80, 03 and 2C. RGB value is (128,3,44). Sum of RGB (Red+Green+Blue) = 128+3+44=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #80032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80032C is #7FFCD3. Grayscale: #2D2D2D. Windows color (decimal): -8387796 or 2884480. OLE color: 2884480.

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

Color convert

RGB 128 3 44 -
CMYK 0 0.98 0.66 0.50
HSL 340.32º 0.95% 0.26% -
HSV(B) 340.32º 0.98% 0.5% -
XYZ 9.39 4.84 2.82 -
YUV 45.05 127.41 187.17 -
System Red Green Blue C M Y K H S L
Decimal 128 3 44 0 0.98 0.66 0.50 340.32 0.95 0.26
Hex 80 3 2C 0 62 42 32 154 5F 1A
Octal 200 3 54 0 142 102 62 524 137 32
Binary 10000000 11 101100 0 1100010 1000010 110010 101010100 1011111 11010

Color Harmonies of #80032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80032C

Black with #80032C

Text Example


Text Example

White with #80032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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