#770A25

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

Shades of Burgundy #770A25

Tints of Burgundy #770A25

Color information

#770A25 (or 0x770A25) is unknown color: approx Burgundy. HEX triplet: 77, 0A and 25. RGB value is (119,10,37). Sum of RGB (Red+Green+Blue) = 119+10+37=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #770A25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A25 is #88F5DA. Grayscale: #2D2D2D. Windows color (decimal): -8975835 or 2427511. OLE color: 2427511.

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

Color convert

RGB1191037-
CMYK00.920.690.53
HSL345.14º84.5%25.29%-
HSV(B)345.14º91.6%46.67%-
XYZ8.054.272.15-
YUV45.67123.11180.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 71.69%
GREEN value IS 10 (4.30% from 255) = 6.02%
BLUE value IS 37 (14.84% from 255) = 22.29%
R=71.69%
G=6.02%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119103700.920.690.53345.1484.525.29
Hex77A2505C45351595419
Octal167124501341056553112431
Binary11101111010100101010111001000101110101101011001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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