Html Css Color HEX #780518 Burgundy

📋 copy color: '#780518'

red 120 ◦ green 5 ◦ blue 24

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

Shades of Burgundy #780518

Tints of Burgundy #780518

RGB

 RED value IS 120 (47.27% from 255) = 80.54%

 GREEN value IS 5 (2.34% from 255) = 3.36%

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

R = 80.54%
G = 3.36%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#780518 (or 0x780518) is known color: Burgundy. HEX triplet: 78, 05 and 18. RGB value is (120,5,24). Sum of RGB (Red+Green+Blue) = 120+5+24=149 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80.54% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 120 - color contains mainly: red. Hex color #780518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780518 is #87FAE7. Grayscale: #292929. Windows color (decimal): -8911592 or 1574264. OLE color: 1574264.

HSL color Cylindrical-coordinate representation of color #780518: hue angle of 350.09º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780518 is Cyan = 0, Magento = 0.96, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 5 24 -
CMYK 0 0.96 0.8 0.53
HSL 350.09º 0.92% 0.25% -
HSV(B) 350.09º 0.96% 0.47% -
XYZ 7.96 4.17 1.25 -
YUV 41.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 120 5 24 0 0.96 0.8 0.53 350.09 0.92 0.25
Hex 78 5 18 0 60 50 35 15E 5C 19
Octal 170 5 30 0 140 120 65 536 134 31
Binary 1111000 101 11000 0 1100000 1010000 110101 101011110 1011100 11001

Color Harmonies of #780518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780518

Black with #780518

Text Example


Text Example

White with #780518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780518; }

 p { color: rgb(120,5,24); }

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

background-color css

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

 a { background-color: rgb(120,5,24); }

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

border-color css

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

 span { border-color: rgb(120,5,24); }

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