Html Css Color HEX #780118 Burgundy

📋 copy color: '#780118'

red 120 ◦ green 1 ◦ blue 24

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

Shades of Burgundy #780118

Tints of Burgundy #780118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

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

R = 82.76%
G = 0.69%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#780118 (or 0x780118) is known color: Burgundy. HEX triplet: 78, 01 and 18. RGB value is (120,1,24). Sum of RGB (Red+Green+Blue) = 120+1+24=145 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.76% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 120 - color contains mainly: red. Hex color #780118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780118 is #87FEE7. Grayscale: #272727. Windows color (decimal): -8912616 or 1573240. OLE color: 1573240.

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

Color convert

RGB 120 1 24 -
CMYK 0 0.99 0.8 0.53
HSL 348.4º 0.98% 0.24% -
HSV(B) 348.4º 0.99% 0.47% -
XYZ 7.92 4.08 1.23 -
YUV 39.2 119.42 185.63 -
System Red Green Blue C M Y K H S L
Decimal 120 1 24 0 0.99 0.8 0.53 348.4 0.98 0.24
Hex 78 1 18 0 63 50 35 15C 62 18
Octal 170 1 30 0 143 120 65 534 142 30
Binary 1111000 1 11000 0 1100011 1010000 110101 101011100 1100010 11000

Color Harmonies of #780118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780118

Black with #780118

Text Example


Text Example

White with #780118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780118; }

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

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

background-color css

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

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

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

border-color css

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

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

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