#78082A

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

Shades of Burgundy #78082A

Tints of Burgundy #78082A

Color information

#78082A (or 0x78082A) is unknown color: approx Burgundy. HEX triplet: 78, 08 and 2A. RGB value is (120,8,42). Sum of RGB (Red+Green+Blue) = 120+8+42=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #78082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78082A is #87F7D5. Grayscale: #2D2D2D. Windows color (decimal): -8910806 or 2754680. OLE color: 2754680.

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

Color convert

RGB120842-
CMYK00.930.650.53
HSL341.79º87.5%25.1%-
HSV(B)341.79º93.33%47.06%-
XYZ8.254.332.59-
YUV45.36126.11181.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 70.59%
GREEN value IS 8 (3.52% from 255) = 4.71%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=70.59%
G=4.71%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12084200.930.650.53341.7987.525.1
Hex7882A05D41351565819
Octal170105201351016552613031
Binary11110001000101010010111011000001110101101010110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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