#780527

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

Shades of Burgundy #780527

Tints of Burgundy #780527

Color information

#780527 (or 0x780527) is unknown color: approx Burgundy. HEX triplet: 78, 05 and 27. RGB value is (120,5,39). Sum of RGB (Red+Green+Blue) = 120+5+39=164 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.17% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 120 - color contains mainly: red. Hex color #780527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780527 is #87FAD8. Grayscale: #2B2B2B. Windows color (decimal): -8911577 or 2557304. OLE color: 2557304.

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

Color convert

RGB120539-
CMYK00.960.670.53
HSL342.26º92%24.51%-
HSV(B)342.26º95.83%47.06%-
XYZ8.174.252.31-
YUV43.26125.6182.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.17%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=73.17%
G=3.05%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12053900.960.670.53342.269224.51
Hex7852706043351565c19
Octal17054701401036552613431
Binary1111000101100111011000001000011110101101010110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780527; }

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

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

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

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

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

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

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

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