#780F1E

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

Shades of Burgundy #780F1E

Tints of Burgundy #780F1E

Color information

#780F1E (or 0x780F1E) is unknown color: approx Burgundy. HEX triplet: 78, 0F and 1E. RGB value is (120,15,30). Sum of RGB (Red+Green+Blue) = 120+15+30=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #780F1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F1E is #87F0E1. Grayscale: #303030. Windows color (decimal): -8909026 or 1970040. OLE color: 1970040.

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

Color convert

RGB1201530-
CMYK00.870.750.53
HSL351.43º77.78%26.47%-
HSV(B)351.43º87.5%47.06%-
XYZ8.154.431.65-
YUV48.1117.79179.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.73%
GREEN value IS 15 (6.25% from 255) = 9.09%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=72.73%
G=9.09%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120153000.870.750.53351.4377.7826.47
Hex78F1E0574B3515f4e1a
Octal170173601271136553711632
Binary1111000111111110010101111001011110101101011111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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