Html Css Color HEX #801032 Burgundy

📋 copy color: '#801032'

red 128 ◦ green 16 ◦ blue 50

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

Shades of Burgundy #801032

Tints of Burgundy #801032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.25%

 BLUE value IS 50 (19.92% from 255) = 25.77%

R = 65.98%
G = 8.25%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#801032 (or 0x801032) is known color: Burgundy. HEX triplet: 80, 10 and 32. RGB value is (128,16,50). Sum of RGB (Red+Green+Blue) = 128+16+50=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #801032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801032 is #7FEFCD. Grayscale: #353535. Windows color (decimal): -8384462 or 3281024. OLE color: 3281024.

HSL color Cylindrical-coordinate representation of color #801032: hue angle of 341.79º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801032 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 50 -
CMYK 0 0.88 0.61 0.50
HSL 341.79º 0.78% 0.28% -
HSV(B) 341.79º 0.88% 0.5% -
XYZ 9.66 5.19 3.51 -
YUV 53.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 128 16 50 0 0.88 0.61 0.50 341.79 0.78 0.28
Hex 80 10 32 0 58 3D 32 156 4E 1C
Octal 200 20 62 0 130 75 62 526 116 34
Binary 10000000 10000 110010 0 1011000 111101 110010 101010110 1001110 11100

Color Harmonies of #801032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801032

Black with #801032

Text Example


Text Example

White with #801032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801032; }

 p { color: rgb(128,16,50); }

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

background-color css

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

 a { background-color: rgb(128,16,50); }

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

border-color css

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

 span { border-color: rgb(128,16,50); }

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