#78042A

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

Shades of Burgundy #78042A

Tints of Burgundy #78042A

Color information

#78042A (or 0x78042A) is unknown color: approx Burgundy. HEX triplet: 78, 04 and 2A. RGB value is (120,4,42). Sum of RGB (Red+Green+Blue) = 120+4+42=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #78042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78042A is #87FBD5. Grayscale: #2A2A2A. Windows color (decimal): -8911830 or 2753656. OLE color: 2753656.

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

Color convert

RGB120442-
CMYK00.970.650.53
HSL340.34º93.55%24.31%-
HSV(B)340.34º96.67%47.06%-
XYZ8.214.252.58-
YUV43.02127.43182.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.29%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=72.29%
G=2.41%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12044200.970.650.53340.3493.5524.31
Hex7842A06141351545e18
Octal17045201411016552413630
Binary1111000100101010011000011000001110101101010100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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