Html Css Color HEX #780919 Burgundy

📋 copy color: '#780919'

red 120 ◦ green 9 ◦ blue 25

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

Shades of Burgundy #780919

Tints of Burgundy #780919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.84%

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

R = 77.92%
G = 5.84%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#780919 (or 0x780919) is known color: Burgundy. HEX triplet: 78, 09 and 19. RGB value is (120,9,25). Sum of RGB (Red+Green+Blue) = 120+9+25=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #780919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780919 is #87F6E6. Grayscale: #2C2C2C. Windows color (decimal): -8910567 or 1640824. OLE color: 1640824.

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

Color convert

RGB 120 9 25 -
CMYK 0 0.92 0.79 0.53
HSL 351.35º 0.86% 0.25% -
HSV(B) 351.35º 0.93% 0.47% -
XYZ 8.02 4.26 1.32 -
YUV 44.01 117.27 182.2 -
System Red Green Blue C M Y K H S L
Decimal 120 9 25 0 0.92 0.79 0.53 351.35 0.86 0.25
Hex 78 9 19 0 5C 4F 35 15F 56 19
Octal 170 11 31 0 134 117 65 537 126 31
Binary 1111000 1001 11001 0 1011100 1001111 110101 101011111 1010110 11001

Color Harmonies of #780919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780919

Black with #780919

Text Example


Text Example

White with #780919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780919; }

 p { color: rgb(120,9,25); }

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

background-color css

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

 a { background-color: rgb(120,9,25); }

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

border-color css

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

 span { border-color: rgb(120,9,25); }

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