#770E27

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

Shades of Burgundy #770E27

Tints of Burgundy #770E27

Color information

#770E27 (or 0x770E27) is unknown color: approx Burgundy. HEX triplet: 77, 0E and 27. RGB value is (119,14,39). Sum of RGB (Red+Green+Blue) = 119+14+39=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #770E27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770E27 is #88F1D8. Grayscale: #303030. Windows color (decimal): -8974809 or 2559607. OLE color: 2559607.

HSL color Cylindrical-coordinate representation of color #770E27: hue angle of 345.71º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E27 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1191439-
CMYK00.880.670.53
HSL345.71º78.95%26.08%-
HSV(B)345.71º88.24%46.67%-
XYZ8.134.382.34-
YUV48.24122.79178.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.19%
GREEN value IS 14 (5.86% from 255) = 8.14%
BLUE value IS 39 (15.62% from 255) = 22.67%
R=69.19%
G=8.14%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119143900.880.670.53345.7178.9526.08
Hex77E27058433515a4f1a
Octal167164701301036553211732
Binary11101111110100111010110001000011110101101011010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770E27; }

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

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

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

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

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

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

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

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