Html Css Color HEX #800719 Burgundy

📋 copy color: '#800719'

red 128 ◦ green 7 ◦ blue 25

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

Shades of Burgundy #800719

Tints of Burgundy #800719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.63%

R = 80%
G = 4.38%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#800719 (or 0x800719) is known color: Burgundy. HEX triplet: 80, 07 and 19. RGB value is (128,7,25). Sum of RGB (Red+Green+Blue) = 128+7+25=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #800719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800719 is #7FF8E6. Grayscale: #2D2D2D. Windows color (decimal): -8386791 or 1640320. OLE color: 1640320.

HSL color Cylindrical-coordinate representation of color #800719: hue angle of 351.07º 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 #800719 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 7 25 -
CMYK 0 0.95 0.80 0.50
HSL 351.07º 0.9% 0.26% -
HSV(B) 351.07º 0.95% 0.5% -
XYZ 9.15 4.81 1.37 -
YUV 45.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 128 7 25 0 0.95 0.80 0.50 351.07 0.9 0.26
Hex 80 7 19 0 5F 50 32 15F 5A 1A
Octal 200 7 31 0 137 120 62 537 132 32
Binary 10000000 111 11001 0 1011111 1010000 110010 101011111 1011010 11010

Color Harmonies of #800719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800719

Black with #800719

Text Example


Text Example

White with #800719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800719; }

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

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

background-color css

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

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

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

border-color css

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

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

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