#770227

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

Shades of Burgundy #770227

Tints of Burgundy #770227

Color information

#770227 (or 0x770227) is unknown color: approx Burgundy. HEX triplet: 77, 02 and 27. RGB value is (119,2,39). Sum of RGB (Red+Green+Blue) = 119+2+39=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #770227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770227 is #88FDD8. Grayscale: #292929. Windows color (decimal): -8977881 or 2556535. OLE color: 2556535.

HSL color Cylindrical-coordinate representation of color #770227: hue angle of 341.03º 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 #770227 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB119239-
CMYK00.980.670.53
HSL341.03º96.69%23.73%-
HSV(B)341.03º98.32%46.67%-
XYZ84.112.29-
YUV41.2126.76183.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.38%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 39 (15.62% from 255) = 24.38%
R=74.38%
G=1.25%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11923900.980.670.53341.0396.6923.73
Hex7722706243351556118
Octal16724701421036552514130
Binary111011110100111011000101000011110101101010101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770227; }

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

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

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

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

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

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

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

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