#770A27

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

Shades of Burgundy #770A27

Tints of Burgundy #770A27

Color information

#770A27 (or 0x770A27) is unknown color: approx Burgundy. HEX triplet: 77, 0A and 27. RGB value is (119,10,39). Sum of RGB (Red+Green+Blue) = 119+10+39=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #770A27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A27 is #88F5D8. Grayscale: #2D2D2D. Windows color (decimal): -8975833 or 2558583. OLE color: 2558583.

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

Color convert

RGB1191039-
CMYK00.920.670.53
HSL344.04º84.5%25.29%-
HSV(B)344.04º91.6%46.67%-
XYZ8.084.292.32-
YUV45.9124.11180.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.83%
GREEN value IS 10 (4.30% from 255) = 5.95%
BLUE value IS 39 (15.62% from 255) = 23.21%
R=70.83%
G=5.95%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119103900.920.670.53344.0484.525.29
Hex77A2705C43351585419
Octal167124701341036553012431
Binary11101111010100111010111001000011110101101011000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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