Html Css Color HEX #800728 Burgundy

📋 copy color: '#800728'

red 128 ◦ green 7 ◦ blue 40

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

Shades of Burgundy #800728

Tints of Burgundy #800728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4%

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

R = 73.14%
G = 4%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#800728 (or 0x800728) is known color: Burgundy. HEX triplet: 80, 07 and 28. RGB value is (128,7,40). Sum of RGB (Red+Green+Blue) = 128+7+40=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #800728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800728 is #7FF8D7. Grayscale: #2E2E2E. Windows color (decimal): -8386776 or 2623360. OLE color: 2623360.

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

Color convert

RGB 128 7 40 -
CMYK 0 0.95 0.69 0.50
HSL 343.64º 0.9% 0.26% -
HSV(B) 343.64º 0.95% 0.5% -
XYZ 9.36 4.89 2.46 -
YUV 46.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 128 7 40 0 0.95 0.69 0.50 343.64 0.9 0.26
Hex 80 7 28 0 5F 45 32 158 5A 1A
Octal 200 7 50 0 137 105 62 530 132 32
Binary 10000000 111 101000 0 1011111 1000101 110010 101011000 1011010 11010

Color Harmonies of #800728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800728

Black with #800728

Text Example


Text Example

White with #800728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800728; }

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

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

background-color css

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

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

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

border-color css

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

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

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