#770C23

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

Shades of Burgundy #770C23

Tints of Burgundy #770C23

Color information

#770C23 (or 0x770C23) is unknown color: approx Burgundy. HEX triplet: 77, 0C and 23. RGB value is (119,12,35). Sum of RGB (Red+Green+Blue) = 119+12+35=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #770C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C23 is #88F3DC. Grayscale: #2E2E2E. Windows color (decimal): -8975325 or 2296951. OLE color: 2296951.

HSL color Cylindrical-coordinate representation of color #770C23: hue angle of 347.1º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C23 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1191235-
CMYK00.900.710.53
HSL347.1º81.68%25.69%-
HSV(B)347.1º89.92%46.67%-
XYZ8.044.312-
YUV46.61121.45179.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 71.69%
GREEN value IS 12 (5.08% from 255) = 7.23%
BLUE value IS 35 (14.06% from 255) = 21.08%
R=71.69%
G=7.23%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119123500.900.710.53347.181.6825.69
Hex77C2305A473515b521a
Octal167144301321076553312232
Binary11101111100100011010110101000111110101101011011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,12,35); }

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

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

 a { background-color: rgb(119,12,35); }

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

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

 span { border-color: rgb(119,12,35); }

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