Html Css Color HEX #800128 Burgundy

📋 copy color: '#800128'

red 128 ◦ green 1 ◦ blue 40

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

Shades of Burgundy #800128

Tints of Burgundy #800128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 40 (16.02% from 255) = 23.67%

R = 75.74%
G = 0.59%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#800128 (or 0x800128) is known color: Burgundy. HEX triplet: 80, 01 and 28. RGB value is (128,1,40). Sum of RGB (Red+Green+Blue) = 128+1+40=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #800128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800128 is #7FFED7. Grayscale: #2B2B2B. Windows color (decimal): -8388312 or 2621824. OLE color: 2621824.

HSL color Cylindrical-coordinate representation of color #800128: hue angle of 341.57º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800128 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 40 -
CMYK 0 0.99 0.69 0.50
HSL 341.57º 0.98% 0.25% -
HSV(B) 341.57º 0.99% 0.5% -
XYZ 9.3 4.76 2.44 -
YUV 43.42 126.08 188.33 -
System Red Green Blue C M Y K H S L
Decimal 128 1 40 0 0.99 0.69 0.50 341.57 0.98 0.25
Hex 80 1 28 0 63 45 32 156 62 19
Octal 200 1 50 0 143 105 62 526 142 31
Binary 10000000 1 101000 0 1100011 1000101 110010 101010110 1100010 11001

Color Harmonies of #800128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800128

Black with #800128

Text Example


Text Example

White with #800128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800128; }

 p { color: rgb(128,1,40); }

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

background-color css

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

 a { background-color: rgb(128,1,40); }

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

border-color css

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

 span { border-color: rgb(128,1,40); }

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