#780A1F

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

Shades of Burgundy #780A1F

Tints of Burgundy #780A1F

Color information

#780A1F (or 0x780A1F) is unknown color: approx Burgundy. HEX triplet: 78, 0A and 1F. RGB value is (120,10,31). Sum of RGB (Red+Green+Blue) = 120+10+31=161 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.53% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 120 - color contains mainly: red. Hex color #780A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780A1F is #87F5E0. Grayscale: #2D2D2D. Windows color (decimal): -8910305 or 2034296. OLE color: 2034296.

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

Color convert

RGB1201031-
CMYK00.920.740.53
HSL348.55º84.62%25.49%-
HSV(B)348.55º91.67%47.06%-
XYZ8.14.311.7-
YUV45.28119.94181.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 74.53%
GREEN value IS 10 (4.30% from 255) = 6.21%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=74.53%
G=6.21%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120103100.920.740.53348.5584.6225.49
Hex78A1F05C4A3515d5519
Octal170123701341126553512531
Binary1111000101011111010111001001010110101101011101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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