#78012b

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

Shades of Burgundy #78012B

Tints of Burgundy #78012B

Color information

#78012B (or 0x78012B) is unknown color: approx Burgundy. HEX triplet: 78, 01 and 2B. RGB value is (120,1,43). Sum of RGB (Red+Green+Blue) = 120+1+43=164 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.17% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 120 - color contains mainly: red. Hex color #78012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78012B is #87FED4. Grayscale: #292929. Windows color (decimal): -8912597 or 2818424. OLE color: 2818424.

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

Color convert

RGB120143-
CMYK00.990.640.53
HSL338.82º98.35%23.73%-
HSV(B)338.82º99.17%47.06%-
XYZ8.194.192.66-
YUV41.37128.92184.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.17%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=73.17%
G=0.61%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12014300.990.640.53338.8298.3523.73
Hex7812B06340351536218
Octal17015301431006552314230
Binary11110001101011011000111000000110101101010011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78012b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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