#770315

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

Shades of Burgundy #770315

Tints of Burgundy #770315

Color information

#770315 (or 0x770315) is unknown color: approx Burgundy. HEX triplet: 77, 03 and 15. RGB value is (119,3,21). Sum of RGB (Red+Green+Blue) = 119+3+21=143 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.22% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 119 - color contains mainly: red. Hex color #770315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770315 is #88FCEA. Grayscale: #272727. Windows color (decimal): -8977643 or 1377143. OLE color: 1377143.

HSL color Cylindrical-coordinate representation of color #770315: hue angle of 350.69º degrees, saturation: 0.95, 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 #770315 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB119321-
CMYK00.970.820.53
HSL350.69º95.08%23.92%-
HSV(B)350.69º97.48%46.67%-
XYZ7.784.041.08-
YUV39.74117.43184.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 83.22%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 21 (8.59% from 255) = 14.69%
R=83.22%
G=2.10%
B=14.69%

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
Decimal11932100.970.820.53350.6995.0823.92
Hex77315061523515f5f18
Octal16732501411226553713730
Binary11101111110101011000011010010110101101011111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770315; }

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

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

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

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

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

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

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

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