Html Css Color HEX #780913 Burgundy

📋 copy color: '#780913'

red 120 ◦ green 9 ◦ blue 19

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

Shades of Burgundy #780913

Tints of Burgundy #780913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.84%

R = 81.08%
G = 6.08%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#780913 (or 0x780913) is known color: Burgundy. HEX triplet: 78, 09 and 13. RGB value is (120,9,19). Sum of RGB (Red+Green+Blue) = 120+9+19=148 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.08% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 120 - color contains mainly: red. Hex color #780913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780913 is #87F6EC. Grayscale: #2B2B2B. Windows color (decimal): -8910573 or 1247608. OLE color: 1247608.

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

Color convert

RGB 120 9 19 -
CMYK 0 0.92 0.84 0.53
HSL 354.59º 0.86% 0.25% -
HSV(B) 354.59º 0.93% 0.47% -
XYZ 7.96 4.24 1.01 -
YUV 43.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 120 9 19 0 0.92 0.84 0.53 354.59 0.86 0.25
Hex 78 9 13 0 5C 54 35 163 56 19
Octal 170 11 23 0 134 124 65 543 126 31
Binary 1111000 1001 10011 0 1011100 1010100 110101 101100011 1010110 11001

Color Harmonies of #780913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780913

Black with #780913

Text Example


Text Example

White with #780913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780913; }

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

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

background-color css

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

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

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

border-color css

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

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

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