#770426

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

Shades of Burgundy #770426

Tints of Burgundy #770426

Color information

#770426 (or 0x770426) is unknown color: approx Burgundy. HEX triplet: 77, 04 and 26. RGB value is (119,4,38). Sum of RGB (Red+Green+Blue) = 119+4+38=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #770426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770426 is #88FBD9. Grayscale: #2A2A2A. Windows color (decimal): -8977370 or 2491511. OLE color: 2491511.

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

Color convert

RGB119438-
CMYK00.970.680.53
HSL342.26º93.5%24.12%-
HSV(B)342.26º96.64%46.67%-
XYZ84.152.21-
YUV42.26125.6182.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.91%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=73.91%
G=2.48%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11943800.970.680.53342.2693.524.12
Hex7742606144351565d18
Octal16744601411046552613530
Binary1110111100100110011000011000100110101101010110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770426; }

 p { color: rgb(119,4,38); }

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

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

 a { background-color: rgb(119,4,38); }

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

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

 span { border-color: rgb(119,4,38); }

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