Html Css Color HEX #780912 Burgundy

📋 copy color: '#780912'

red 120 ◦ green 9 ◦ blue 18

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

Shades of Burgundy #780912

Tints of Burgundy #780912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.24%

R = 81.63%
G = 6.12%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#780912 (or 0x780912) is known color: Burgundy. HEX triplet: 78, 09 and 12. RGB value is (120,9,18). Sum of RGB (Red+Green+Blue) = 120+9+18=147 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.63% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 120 - color contains mainly: red. Hex color #780912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780912 is #87F6ED. Grayscale: #2B2B2B. Windows color (decimal): -8910574 or 1182072. OLE color: 1182072.

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

Color convert

RGB 120 9 18 -
CMYK 0 0.92 0.85 0.53
HSL 355.14º 0.86% 0.25% -
HSV(B) 355.14º 0.93% 0.47% -
XYZ 7.95 4.23 0.97 -
YUV 43.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 120 9 18 0 0.92 0.85 0.53 355.14 0.86 0.25
Hex 78 9 12 0 5C 55 35 163 56 19
Octal 170 11 22 0 134 125 65 543 126 31
Binary 1111000 1001 10010 0 1011100 1010101 110101 101100011 1010110 11001

Color Harmonies of #780912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780912

Black with #780912

Text Example


Text Example

White with #780912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780912; }

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

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

background-color css

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

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

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

border-color css

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

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

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