#78042B

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

Shades of Burgundy #78042B

Tints of Burgundy #78042B

Color information

#78042B (or 0x78042B) is unknown color: approx Burgundy. HEX triplet: 78, 04 and 2B. RGB value is (120,4,43). Sum of RGB (Red+Green+Blue) = 120+4+43=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #78042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78042B is #87FBD4. Grayscale: #2B2B2B. Windows color (decimal): -8911829 or 2819192. OLE color: 2819192.

HSL color Cylindrical-coordinate representation of color #78042B: hue angle of 339.83º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78042B is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB120443-
CMYK00.970.640.53
HSL339.83º93.55%24.31%-
HSV(B)339.83º96.67%47.06%-
XYZ8.234.252.67-
YUV43.13127.93182.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=71.86%
G=2.40%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12044300.970.640.53339.8393.5524.31
Hex7842B06140351545e18
Octal17045301411006552413630
Binary1111000100101011011000011000000110101101010100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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