Html Css Color HEX #80032F Burgundy

📋 copy color: '#80032F'

red 128 ◦ green 3 ◦ blue 47

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

Shades of Burgundy #80032F

Tints of Burgundy #80032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.4%

R = 71.91%
G = 1.69%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80032F (or 0x80032F) is known color: Burgundy. HEX triplet: 80, 03 and 2F. RGB value is (128,3,47). Sum of RGB (Red+Green+Blue) = 128+3+47=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #80032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80032F is #7FFCD0. Grayscale: #2D2D2D. Windows color (decimal): -8387793 or 3081088. OLE color: 3081088.

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

Color convert

RGB 128 3 47 -
CMYK 0 0.98 0.63 0.50
HSL 338.88º 0.95% 0.26% -
HSV(B) 338.88º 0.98% 0.5% -
XYZ 9.45 4.86 3.13 -
YUV 45.39 128.91 186.92 -
System Red Green Blue C M Y K H S L
Decimal 128 3 47 0 0.98 0.63 0.50 338.88 0.95 0.26
Hex 80 3 2F 0 62 3F 32 153 5F 1A
Octal 200 3 57 0 142 77 62 523 137 32
Binary 10000000 11 101111 0 1100010 111111 110010 101010011 1011111 11010

Color Harmonies of #80032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80032F

Black with #80032F

Text Example


Text Example

White with #80032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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