Html Css Color HEX #780F11 Burgundy

📋 copy color: '#780F11'

red 120 ◦ green 15 ◦ blue 17

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

Shades of Burgundy #780F11

Tints of Burgundy #780F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.87%

 BLUE value IS 17 (7.03% from 255) = 11.18%

R = 78.95%
G = 9.87%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#780F11 (or 0x780F11) is known color: Burgundy. HEX triplet: 78, 0F and 11. RGB value is (120,15,17). Sum of RGB (Red+Green+Blue) = 120+15+17=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #780F11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780F11 is #87F0EE. Grayscale: #2E2E2E. Windows color (decimal): -8909039 or 1118072. OLE color: 1118072.

HSL color Cylindrical-coordinate representation of color #780F11: hue angle of 358.86º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F11 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 15 17 -
CMYK 0 0.87 0.86 0.53
HSL 358.86º 0.78% 0.26% -
HSV(B) 358.86º 0.88% 0.47% -
XYZ 8.02 4.38 0.95 -
YUV 46.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 120 15 17 0 0.87 0.86 0.53 358.86 0.78 0.26
Hex 78 F 11 0 57 56 35 167 4E 1A
Octal 170 17 21 0 127 126 65 547 116 32
Binary 1111000 1111 10001 0 1010111 1010110 110101 101100111 1001110 11010

Color Harmonies of #780F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F11

Black with #780F11

Text Example


Text Example

White with #780F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780F11; }

 p { color: rgb(120,15,17); }

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

background-color css

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

 a { background-color: rgb(120,15,17); }

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

border-color css

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

 span { border-color: rgb(120,15,17); }

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