#78012E

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

Shades of Burgundy #78012E

Tints of Burgundy #78012E

Color information

#78012E (or 0x78012E) is unknown color: approx Burgundy. HEX triplet: 78, 01 and 2E. RGB value is (120,1,46). Sum of RGB (Red+Green+Blue) = 120+1+46=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #78012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78012E is #87FED1. Grayscale: #292929. Windows color (decimal): -8912594 or 3015032. OLE color: 3015032.

HSL color Cylindrical-coordinate representation of color #78012E: hue angle of 337.31º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78012E is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB120146-
CMYK00.990.620.53
HSL337.31º98.35%23.73%-
HSV(B)337.31º99.17%47.06%-
XYZ8.254.212.96-
YUV41.71130.42183.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=71.86%
G=0.60%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12014600.990.620.53337.3198.3523.73
Hex7812E0633E351516218
Octal1701560143766552114230
Binary1111000110111001100011111110110101101010001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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