#770314

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

Shades of Burgundy #770314

Tints of Burgundy #770314

Color information

#770314 (or 0x770314) is unknown color: approx Burgundy. HEX triplet: 77, 03 and 14. RGB value is (119,3,20). Sum of RGB (Red+Green+Blue) = 119+3+20=142 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.80% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 119 - color contains mainly: red. Hex color #770314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770314 is #88FCEB. Grayscale: #272727. Windows color (decimal): -8977644 or 1311607. OLE color: 1311607.

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

Color convert

RGB119320-
CMYK00.970.830.53
HSL351.21º95.08%23.92%-
HSV(B)351.21º97.48%46.67%-
XYZ7.774.041.03-
YUV39.62116.93184.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 83.80%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=83.80%
G=2.11%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11932000.970.830.53351.2195.0823.92
Hex77314061533515f5f18
Octal16732401411236553713730
Binary11101111110100011000011010011110101101011111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770314; }

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

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

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

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

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

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

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

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