#780510

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

Shades of Burgundy #780510

Tints of Burgundy #780510

Color information

#780510 (or 0x780510) is unknown color: approx Burgundy. HEX triplet: 78, 05 and 10. RGB value is (120,5,16). Sum of RGB (Red+Green+Blue) = 120+5+16=141 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.11% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 120 - color contains mainly: red. Hex color #780510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780510 is #87FAEF. Grayscale: #282828. Windows color (decimal): -8911600 or 1049976. OLE color: 1049976.

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

Color convert

RGB120516-
CMYK00.960.870.53
HSL354.26º92%24.51%-
HSV(B)354.26º95.83%47.06%-
XYZ7.894.140.87-
YUV40.64114.1184.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 85.11%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=85.11%
G=3.55%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12051600.960.870.53354.269224.51
Hex7851006057351625c19
Octal17052001401276554213431
Binary111100010110000011000001010111110101101100010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780510; }

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

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

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

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

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

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

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

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