Html Css Color HEX #80052C Burgundy

📋 copy color: '#80052C'

red 128 ◦ green 5 ◦ blue 44

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

Shades of Burgundy #80052C

Tints of Burgundy #80052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

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

R = 72.32%
G = 2.82%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80052C (or 0x80052C) is known color: Burgundy. HEX triplet: 80, 05 and 2C. RGB value is (128,5,44). Sum of RGB (Red+Green+Blue) = 128+5+44=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #80052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80052C is #7FFAD3. Grayscale: #2E2E2E. Windows color (decimal): -8387284 or 2884992. OLE color: 2884992.

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

Color convert

RGB 128 5 44 -
CMYK 0 0.96 0.66 0.50
HSL 340.98º 0.92% 0.26% -
HSV(B) 340.98º 0.96% 0.5% -
XYZ 9.41 4.88 2.83 -
YUV 46.22 126.75 186.33 -
System Red Green Blue C M Y K H S L
Decimal 128 5 44 0 0.96 0.66 0.50 340.98 0.92 0.26
Hex 80 5 2C 0 60 42 32 155 5C 1A
Octal 200 5 54 0 140 102 62 525 134 32
Binary 10000000 101 101100 0 1100000 1000010 110010 101010101 1011100 11010

Color Harmonies of #80052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80052C

Black with #80052C

Text Example


Text Example

White with #80052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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