#780F17

Color #780F17 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #780F17

Tints of Burgundy #780F17

Color information

#780F17 (or 0x780F17) is unknown color: approx Burgundy. HEX triplet: 78, 0F and 17. RGB value is (120,15,23). Sum of RGB (Red+Green+Blue) = 120+15+23=158 (20% of max value = 765). Red value is 120 (47.27% from 255 or 75.95% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 120 - color contains mainly: red. Hex color #780F17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780F17 is #87F0E8. Grayscale: #2F2F2F. Windows color (decimal): -8909033 or 1511288. OLE color: 1511288.

HSL color Cylindrical-coordinate representation of color #780F17: hue angle of 355.43º 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 #780F17 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB1201523-
CMYK00.870.810.53
HSL355.43º77.78%26.47%-
HSV(B)355.43º87.5%47.06%-
XYZ8.074.41.23-
YUV47.31114.29179.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75.95%
GREEN value IS 15 (6.25% from 255) = 9.49%
BLUE value IS 23 (9.38% from 255) = 14.56%
R=75.95%
G=9.49%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120152300.870.810.53355.4377.7826.47
Hex78F1705751351634e1a
Octal170172701271216554311632
Binary1111000111110111010101111010001110101101100011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #780F17;
 }
 .AnyTagClassName
 {
   color: #780F17;
 }
</style>
background-color css

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

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

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

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

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

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