#780532

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

Shades of Burgundy #780532

Tints of Burgundy #780532

Color information

#780532 (or 0x780532) is unknown color: approx Burgundy. HEX triplet: 78, 05 and 32. RGB value is (120,5,50). Sum of RGB (Red+Green+Blue) = 120+5+50=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #780532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780532 is #87FACD. Grayscale: #2C2C2C. Windows color (decimal): -8911566 or 3278200. OLE color: 3278200.

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

Color convert

RGB120550-
CMYK00.960.580.53
HSL336.52º92%24.51%-
HSV(B)336.52º95.83%47.06%-
XYZ8.384.333.41-
YUV44.52131.1181.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=68.57%
G=2.86%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12055000.960.580.53336.529224.51
Hex785320603A351515c19
Octal1705620140726552113431
Binary111100010111001001100000111010110101101010001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780532; }

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

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

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

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

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

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

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

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