#780F2C

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

Shades of Burgundy #780F2C

Tints of Burgundy #780F2C

Color information

#780F2C (or 0x780F2C) is unknown color: approx Burgundy. HEX triplet: 78, 0F and 2C. RGB value is (120,15,44). Sum of RGB (Red+Green+Blue) = 120+15+44=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #780F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F2C is #87F0D3. Grayscale: #313131. Windows color (decimal): -8909012 or 2887544. OLE color: 2887544.

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

Color convert

RGB1201544-
CMYK00.870.630.53
HSL343.43º77.78%26.47%-
HSV(B)343.43º87.5%47.06%-
XYZ8.374.522.81-
YUV49.7124.79178.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.04%
GREEN value IS 15 (6.25% from 255) = 8.38%
BLUE value IS 44 (17.58% from 255) = 24.58%
R=67.04%
G=8.38%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120154400.870.630.53343.4377.7826.47
Hex78F2C0573F351574e1a
Octal17017540127776552711632
Binary1111000111110110001010111111111110101101010111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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