#780A1E

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

Shades of Burgundy #780A1E

Tints of Burgundy #780A1E

Color information

#780A1E (or 0x780A1E) is unknown color: approx Burgundy. HEX triplet: 78, 0A and 1E. RGB value is (120,10,30). Sum of RGB (Red+Green+Blue) = 120+10+30=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #780A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780A1E is #87F5E1. Grayscale: #2D2D2D. Windows color (decimal): -8910306 or 1968760. OLE color: 1968760.

HSL color Cylindrical-coordinate representation of color #780A1E: hue angle of 349.09º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A1E is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1201030-
CMYK00.920.750.53
HSL349.09º84.62%25.49%-
HSV(B)349.09º91.67%47.06%-
XYZ8.094.31.63-
YUV45.17119.44181.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75%
GREEN value IS 10 (4.30% from 255) = 6.25%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=75%
G=6.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120103000.920.750.53349.0984.6225.49
Hex78A1E05C4B3515d5519
Octal170123601341136553512531
Binary1111000101011110010111001001011110101101011101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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