#78092A

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

Shades of Burgundy #78092A

Tints of Burgundy #78092A

Color information

#78092A (or 0x78092A) is unknown color: approx Burgundy. HEX triplet: 78, 09 and 2A. RGB value is (120,9,42). Sum of RGB (Red+Green+Blue) = 120+9+42=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #78092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78092A is #87F6D5. Grayscale: #2D2D2D. Windows color (decimal): -8910550 or 2754936. OLE color: 2754936.

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

Color convert

RGB120942-
CMYK00.920.650.53
HSL342.16º86.05%25.29%-
HSV(B)342.16º92.5%47.06%-
XYZ8.264.362.6-
YUV45.95125.77180.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 70.18%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=70.18%
G=5.26%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12094200.920.650.53342.1686.0525.29
Hex7892A05C41351565619
Octal170115201341016552612631
Binary11110001001101010010111001000001110101101010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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