#780F2E

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

Shades of Burgundy #780F2E

Tints of Burgundy #780F2E

Color information

#780F2E (or 0x780F2E) is unknown color: approx Burgundy. HEX triplet: 78, 0F and 2E. RGB value is (120,15,46). Sum of RGB (Red+Green+Blue) = 120+15+46=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #780F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F2E is #87F0D1. Grayscale: #313131. Windows color (decimal): -8909010 or 3018616. OLE color: 3018616.

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

Color convert

RGB1201546-
CMYK00.870.620.53
HSL342.29º77.78%26.47%-
HSV(B)342.29º87.5%47.06%-
XYZ8.414.533.02-
YUV49.93125.79177.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 15 (6.25% from 255) = 8.29%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=66.30%
G=8.29%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120154600.870.620.53342.2977.7826.47
Hex78F2E0573E351564e1a
Octal17017560127766552611632
Binary1111000111110111001010111111110110101101010110100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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