Html Css Color HEX #780914 Burgundy

📋 copy color: '#780914'

red 120 ◦ green 9 ◦ blue 20

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

Shades of Burgundy #780914

Tints of Burgundy #780914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 80.54%
G = 6.04%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#780914 (or 0x780914) is known color: Burgundy. HEX triplet: 78, 09 and 14. RGB value is (120,9,20). Sum of RGB (Red+Green+Blue) = 120+9+20=149 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80.54% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 120 - color contains mainly: red. Hex color #780914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780914 is #87F6EB. Grayscale: #2B2B2B. Windows color (decimal): -8910572 or 1313144. OLE color: 1313144.

HSL color Cylindrical-coordinate representation of color #780914: hue angle of 354.05º 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 #780914 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 9 20 -
CMYK 0 0.92 0.83 0.53
HSL 354.05º 0.86% 0.25% -
HSV(B) 354.05º 0.93% 0.47% -
XYZ 7.97 4.24 1.06 -
YUV 43.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 120 9 20 0 0.92 0.83 0.53 354.05 0.86 0.25
Hex 78 9 14 0 5C 53 35 162 56 19
Octal 170 11 24 0 134 123 65 542 126 31
Binary 1111000 1001 10100 0 1011100 1010011 110101 101100010 1010110 11001

Color Harmonies of #780914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780914

Black with #780914

Text Example


Text Example

White with #780914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780914; }

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

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

background-color css

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

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

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

border-color css

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

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

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