#780515

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

Shades of Burgundy #780515

Tints of Burgundy #780515

Color information

#780515 (or 0x780515) is unknown color: approx Burgundy. HEX triplet: 78, 05 and 15. RGB value is (120,5,21). Sum of RGB (Red+Green+Blue) = 120+5+21=146 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.19% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 120 - color contains mainly: red. Hex color #780515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780515 is #87FAEA. Grayscale: #292929. Windows color (decimal): -8911595 or 1377656. OLE color: 1377656.

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

Color convert

RGB120521-
CMYK00.960.830.53
HSL351.65º92%24.51%-
HSV(B)351.65º95.83%47.06%-
XYZ7.944.161.09-
YUV41.21116.6184.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 82.19%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=82.19%
G=3.42%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12052100.960.830.53351.659224.51
Hex7851506053351605c19
Octal17052501401236554013431
Binary111100010110101011000001010011110101101100000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780515; }

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

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

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

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

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

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

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

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