#78082E

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

Shades of Burgundy #78082E

Tints of Burgundy #78082E

Color information

#78082E (or 0x78082E) is unknown color: approx Burgundy. HEX triplet: 78, 08 and 2E. RGB value is (120,8,46). Sum of RGB (Red+Green+Blue) = 120+8+46=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #78082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78082E is #87F7D1. Grayscale: #2D2D2D. Windows color (decimal): -8910802 or 3016824. OLE color: 3016824.

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

Color convert

RGB120846-
CMYK00.930.620.53
HSL339.64º87.5%25.1%-
HSV(B)339.64º93.33%47.06%-
XYZ8.334.362.99-
YUV45.82128.11180.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.97%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 46 (18.36% from 255) = 26.44%
R=68.97%
G=4.60%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12084600.930.620.53339.6487.525.1
Hex7882E05D3E351545819
Octal17010560135766552413031
Binary1111000100010111001011101111110110101101010100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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