#780531

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

Shades of Burgundy #780531

Tints of Burgundy #780531

Color information

#780531 (or 0x780531) is unknown color: approx Burgundy. HEX triplet: 78, 05 and 31. RGB value is (120,5,49). Sum of RGB (Red+Green+Blue) = 120+5+49=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #780531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780531 is #87FACE. Grayscale: #2C2C2C. Windows color (decimal): -8911567 or 3212664. OLE color: 3212664.

HSL color Cylindrical-coordinate representation of color #780531: hue angle of 337.04º 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 #780531 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB120549-
CMYK00.960.590.53
HSL337.04º92%24.51%-
HSV(B)337.04º95.83%47.06%-
XYZ8.354.323.3-
YUV44.4130.6181.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.97%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 49 (19.53% from 255) = 28.16%
R=68.97%
G=2.87%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12054900.960.590.53337.049224.51
Hex785310603B351515c19
Octal1705610140736552113431
Binary111100010111000101100000111011110101101010001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780531; }

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

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

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

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

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

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

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

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