Html Css Color HEX #80052B Burgundy

📋 copy color: '#80052B'

red 128 ◦ green 5 ◦ blue 43

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

Shades of Burgundy #80052B

Tints of Burgundy #80052B

RGB

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

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

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

R = 72.73%
G = 2.84%
B = 24.43%

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

#80052B (or 0x80052B) is known color: Burgundy. HEX triplet: 80, 05 and 2B. RGB value is (128,5,43). Sum of RGB (Red+Green+Blue) = 128+5+43=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #80052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80052B is #7FFAD4. Grayscale: #2E2E2E. Windows color (decimal): -8387285 or 2819456. OLE color: 2819456.

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

Color convert

RGB 128 5 43 -
CMYK 0 0.96 0.66 0.50
HSL 341.46º 0.92% 0.26% -
HSV(B) 341.46º 0.96% 0.5% -
XYZ 9.39 4.87 2.73 -
YUV 46.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 128 5 43 0 0.96 0.66 0.50 341.46 0.92 0.26
Hex 80 5 2B 0 60 42 32 155 5C 1A
Octal 200 5 53 0 140 102 62 525 134 32
Binary 10000000 101 101011 0 1100000 1000010 110010 101010101 1011100 11010

Color Harmonies of #80052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80052B

Black with #80052B

Text Example


Text Example

White with #80052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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