#78081B

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

Shades of Burgundy #78081B

Tints of Burgundy #78081B

Color information

#78081B (or 0x78081B) is unknown color: approx Burgundy. HEX triplet: 78, 08 and 1B. RGB value is (120,8,27). Sum of RGB (Red+Green+Blue) = 120+8+27=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #78081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78081B is #87F7E4. Grayscale: #2B2B2B. Windows color (decimal): -8910821 or 1771640. OLE color: 1771640.

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

Color convert

RGB120827-
CMYK00.930.780.53
HSL349.82º87.5%25.1%-
HSV(B)349.82º93.33%47.06%-
XYZ8.034.251.43-
YUV43.65118.61182.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 77.42%
GREEN value IS 8 (3.52% from 255) = 5.16%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=77.42%
G=5.16%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12082700.930.780.53349.8287.525.1
Hex7881B05D4E3515e5819
Octal170103301351166553613031
Binary1111000100011011010111011001110110101101011110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78081B; }

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

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

<style>
 a { background-color: #78081B; }

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

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

<style>
 span { border-color: #78081B; }

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

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