#770815

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

Shades of Burgundy #770815

Tints of Burgundy #770815

Color information

#770815 (or 0x770815) is unknown color: approx Burgundy. HEX triplet: 77, 08 and 15. RGB value is (119,8,21). Sum of RGB (Red+Green+Blue) = 119+8+21=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #770815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770815 is #88F7EA. Grayscale: #2A2A2A. Windows color (decimal): -8976363 or 1378423. OLE color: 1378423.

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

Color convert

RGB119821-
CMYK00.930.820.53
HSL352.97º87.4%24.9%-
HSV(B)352.97º93.28%46.67%-
XYZ7.834.151.1-
YUV42.67115.77182.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 80.41%
GREEN value IS 8 (3.52% from 255) = 5.41%
BLUE value IS 21 (8.59% from 255) = 14.19%
R=80.41%
G=5.41%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11982100.930.820.53352.9787.424.9
Hex7781505D52351615719
Octal167102501351226554112731
Binary1110111100010101010111011010010110101101100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770815; }

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

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

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

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

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

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

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

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