#770A17

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

Shades of Burgundy #770A17

Tints of Burgundy #770A17

Color information

#770A17 (or 0x770A17) is unknown color: approx Burgundy. HEX triplet: 77, 0A and 17. RGB value is (119,10,23). Sum of RGB (Red+Green+Blue) = 119+10+23=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #770A17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770A17 is #88F5E8. Grayscale: #2C2C2C. Windows color (decimal): -8975849 or 1510007. OLE color: 1510007.

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

Color convert

RGB1191023-
CMYK00.920.810.53
HSL352.84º84.5%25.29%-
HSV(B)352.84º91.6%46.67%-
XYZ7.874.21.21-
YUV44.07116.11181.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 78.29%
GREEN value IS 10 (4.30% from 255) = 6.58%
BLUE value IS 23 (9.38% from 255) = 15.13%
R=78.29%
G=6.58%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119102300.920.810.53352.8484.525.29
Hex77A1705C51351615419
Octal167122701341216554112431
Binary1110111101010111010111001010001110101101100001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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