#770226

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

Shades of Burgundy #770226

Tints of Burgundy #770226

Color information

#770226 (or 0x770226) is unknown color: approx Burgundy. HEX triplet: 77, 02 and 26. RGB value is (119,2,38). Sum of RGB (Red+Green+Blue) = 119+2+38=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #770226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770226 is #88FDD9. Grayscale: #292929. Windows color (decimal): -8977882 or 2490999. OLE color: 2490999.

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

Color convert

RGB119238-
CMYK00.980.680.53
HSL341.54º96.69%23.73%-
HSV(B)341.54º98.32%46.67%-
XYZ7.984.112.21-
YUV41.09126.26183.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.84%
GREEN value IS 2 (1.17% from 255) = 1.26%
BLUE value IS 38 (15.23% from 255) = 23.90%
R=74.84%
G=1.26%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11923800.980.680.53341.5496.6923.73
Hex7722606244351566118
Octal16724601421046552614130
Binary111011110100110011000101000100110101101010110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770226; }

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

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

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

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

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

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

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

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