#78092E

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

Shades of Burgundy #78092E

Tints of Burgundy #78092E

Color information

#78092E (or 0x78092E) is unknown color: approx Burgundy. HEX triplet: 78, 09 and 2E. RGB value is (120,9,46). Sum of RGB (Red+Green+Blue) = 120+9+46=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #78092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78092E is #87F6D1. Grayscale: #2E2E2E. Windows color (decimal): -8910546 or 3017080. OLE color: 3017080.

HSL color Cylindrical-coordinate representation of color #78092E: hue angle of 340º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78092E is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB120946-
CMYK00.920.620.53
HSL340º86.05%25.29%-
HSV(B)340º92.5%47.06%-
XYZ8.344.392.99-
YUV46.41127.77180.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=68.57%
G=5.14%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12094600.920.620.5334086.0525.29
Hex7892E05C3E351545619
Octal17011560134766552412631
Binary1111000100110111001011100111110110101101010100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78092E; }

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

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

<style>
 a { background-color: #78092E; }

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

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

<style>
 span { border-color: #78092E; }

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

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