Html Css Color HEX #800318 Burgundy

📋 copy color: '#800318'

red 128 ◦ green 3 ◦ blue 24

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

Shades of Burgundy #800318

Tints of Burgundy #800318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.48%

R = 82.58%
G = 1.94%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#800318 (or 0x800318) is known color: Burgundy. HEX triplet: 80, 03 and 18. RGB value is (128,3,24). Sum of RGB (Red+Green+Blue) = 128+3+24=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #800318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800318 is #7FFCE7. Grayscale: #2A2A2A. Windows color (decimal): -8387816 or 1573760. OLE color: 1573760.

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

Color convert

RGB 128 3 24 -
CMYK 0 0.98 0.81 0.50
HSL 349.92º 0.95% 0.26% -
HSV(B) 349.92º 0.98% 0.5% -
XYZ 9.1 4.72 1.3 -
YUV 42.77 117.41 188.79 -
System Red Green Blue C M Y K H S L
Decimal 128 3 24 0 0.98 0.81 0.50 349.92 0.95 0.26
Hex 80 3 18 0 62 51 32 15E 5F 1A
Octal 200 3 30 0 142 121 62 536 137 32
Binary 10000000 11 11000 0 1100010 1010001 110010 101011110 1011111 11010

Color Harmonies of #800318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800318

Black with #800318

Text Example


Text Example

White with #800318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800318; }

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

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

background-color css

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

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

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

border-color css

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

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

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