Html Css Color HEX #800319 Burgundy

📋 copy color: '#800319'

red 128 ◦ green 3 ◦ blue 25

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

Shades of Burgundy #800319

Tints of Burgundy #800319

RGB

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

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

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

R = 82.05%
G = 1.92%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#800319 (or 0x800319) is known color: Burgundy. HEX triplet: 80, 03 and 19. RGB value is (128,3,25). Sum of RGB (Red+Green+Blue) = 128+3+25=156 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.05% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 128 - color contains mainly: red. Hex color #800319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800319 is #7FFCE6. Grayscale: #2A2A2A. Windows color (decimal): -8387815 or 1639296. OLE color: 1639296.

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

Color convert

RGB 128 3 25 -
CMYK 0 0.98 0.80 0.50
HSL 349.44º 0.95% 0.26% -
HSV(B) 349.44º 0.98% 0.5% -
XYZ 9.11 4.72 1.35 -
YUV 42.88 117.91 188.71 -
System Red Green Blue C M Y K H S L
Decimal 128 3 25 0 0.98 0.80 0.50 349.44 0.95 0.26
Hex 80 3 19 0 62 50 32 15D 5F 1A
Octal 200 3 31 0 142 120 62 535 137 32
Binary 10000000 11 11001 0 1100010 1010000 110010 101011101 1011111 11010

Color Harmonies of #800319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800319

Black with #800319

Text Example


Text Example

White with #800319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800319; }

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

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

background-color css

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

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

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

border-color css

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

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

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