#78052A

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

Shades of Burgundy #78052A

Tints of Burgundy #78052A

Color information

#78052A (or 0x78052A) is unknown color: approx Burgundy. HEX triplet: 78, 05 and 2A. RGB value is (120,5,42). Sum of RGB (Red+Green+Blue) = 120+5+42=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #78052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78052A is #87FAD5. Grayscale: #2B2B2B. Windows color (decimal): -8911574 or 2753912. OLE color: 2753912.

HSL color Cylindrical-coordinate representation of color #78052A: hue angle of 340.7º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78052A is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB120542-
CMYK00.960.650.53
HSL340.7º92%24.51%-
HSV(B)340.7º95.83%47.06%-
XYZ8.224.272.58-
YUV43.6127.1182.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=71.86%
G=2.99%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12054200.960.650.53340.79224.51
Hex7852A06041351555c19
Octal17055201401016552513431
Binary1111000101101010011000001000001110101101010101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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