#770E2A

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

Shades of Burgundy #770E2A

Tints of Burgundy #770E2A

Color information

#770E2A (or 0x770E2A) is unknown color: approx Burgundy. HEX triplet: 77, 0E and 2A. RGB value is (119,14,42). Sum of RGB (Red+Green+Blue) = 119+14+42=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #770E2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770E2A is #88F1D5. Grayscale: #303030. Windows color (decimal): -8974806 or 2756215. OLE color: 2756215.

HSL color Cylindrical-coordinate representation of color #770E2A: hue angle of 344º 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 #770E2A is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1191442-
CMYK00.880.650.53
HSL344º78.95%26.08%-
HSV(B)344º88.24%46.67%-
XYZ8.184.42.61-
YUV48.59124.29178.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68%
GREEN value IS 14 (5.86% from 255) = 8%
BLUE value IS 42 (16.80% from 255) = 24%
R=68%
G=8%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119144200.880.650.5334478.9526.08
Hex77E2A05841351584f1a
Octal167165201301016553011732
Binary11101111110101010010110001000001110101101011000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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