#770415

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

Shades of Burgundy #770415

Tints of Burgundy #770415

Color information

#770415 (or 0x770415) is unknown color: approx Burgundy. HEX triplet: 77, 04 and 15. RGB value is (119,4,21). Sum of RGB (Red+Green+Blue) = 119+4+21=144 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.64% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 119 - color contains mainly: red. Hex color #770415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770415 is #88FBEA. Grayscale: #282828. Windows color (decimal): -8977387 or 1377399. OLE color: 1377399.

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

Color convert

RGB119421-
CMYK00.970.820.53
HSL351.13º93.5%24.12%-
HSV(B)351.13º96.64%46.67%-
XYZ7.794.061.08-
YUV40.32117.1184.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 82.64%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=82.64%
G=2.78%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11942100.970.820.53351.1393.524.12
Hex77415061523515f5d18
Octal16742501411226553713530
Binary111011110010101011000011010010110101101011111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770415; }

 p { color: rgb(119,4,21); }

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

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

 a { background-color: rgb(119,4,21); }

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

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

 span { border-color: rgb(119,4,21); }

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