#78082C

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

Shades of Burgundy #78082C

Tints of Burgundy #78082C

Color information

#78082C (or 0x78082C) is unknown color: approx Burgundy. HEX triplet: 78, 08 and 2C. RGB value is (120,8,44). Sum of RGB (Red+Green+Blue) = 120+8+44=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #78082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78082C is #87F7D3. Grayscale: #2D2D2D. Windows color (decimal): -8910804 or 2885752. OLE color: 2885752.

HSL color Cylindrical-coordinate representation of color #78082C: hue angle of 340.71º degrees, saturation: 0.88, 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 #78082C is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB120844-
CMYK00.930.630.53
HSL340.71º87.5%25.1%-
HSV(B)340.71º93.33%47.06%-
XYZ8.294.352.79-
YUV45.59127.11181.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 69.77%
GREEN value IS 8 (3.52% from 255) = 4.65%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=69.77%
G=4.65%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12084400.930.630.53340.7187.525.1
Hex7882C05D3F351555819
Octal17010540135776552513031
Binary1111000100010110001011101111111110101101010101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78082C; }

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

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

<style>
 a { background-color: #78082C; }

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

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

<style>
 span { border-color: #78082C; }

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

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