#770127

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

Shades of Burgundy #770127

Tints of Burgundy #770127

Color information

#770127 (or 0x770127) is unknown color: approx Burgundy. HEX triplet: 77, 01 and 27. RGB value is (119,1,39). Sum of RGB (Red+Green+Blue) = 119+1+39=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #770127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770127 is #88FED8. Grayscale: #282828. Windows color (decimal): -8978137 or 2556279. OLE color: 2556279.

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

Color convert

RGB119139-
CMYK00.990.670.53
HSL340.68º98.33%23.53%-
HSV(B)340.68º99.16%46.67%-
XYZ7.984.092.29-
YUV40.61127.09183.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.84%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 39 (15.62% from 255) = 24.53%
R=74.84%
G=0.63%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11913900.990.670.53340.6898.3323.53
Hex7712706343351556218
Octal16714701431036552514230
Binary11101111100111011000111000011110101101010101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770127; }

 p { color: rgb(119,1,39); }

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

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

 a { background-color: rgb(119,1,39); }

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

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

 span { border-color: rgb(119,1,39); }

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