#780310

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

Shades of Burgundy #780310

Tints of Burgundy #780310

Color information

#780310 (or 0x780310) is unknown color: approx Burgundy. HEX triplet: 78, 03 and 10. RGB value is (120,3,16). Sum of RGB (Red+Green+Blue) = 120+3+16=139 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.33% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 120 - color contains mainly: red. Hex color #780310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780310 is #87FCEF. Grayscale: #272727. Windows color (decimal): -8912112 or 1049464. OLE color: 1049464.

HSL color Cylindrical-coordinate representation of color #780310: hue angle of 353.33º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780310 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB120316-
CMYK00.980.870.53
HSL353.33º95.12%24.12%-
HSV(B)353.33º97.5%47.06%-
XYZ7.874.10.87-
YUV39.46114.76185.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 86.33%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 16 (6.64% from 255) = 11.51%
R=86.33%
G=2.16%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12031600.980.870.53353.3395.1224.12
Hex7831006257351615f18
Octal17032001421276554113730
Binary11110001110000011000101010111110101101100001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780310; }

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

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

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

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

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

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

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

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