#770123

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

Shades of Burgundy #770123

Tints of Burgundy #770123

Color information

#770123 (or 0x770123) is unknown color: approx Burgundy. HEX triplet: 77, 01 and 23. RGB value is (119,1,35). Sum of RGB (Red+Green+Blue) = 119+1+35=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #770123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770123 is #88FEDC. Grayscale: #282828. Windows color (decimal): -8978141 or 2294135. OLE color: 2294135.

HSL color Cylindrical-coordinate representation of color #770123: hue angle of 342.71º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770123 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB119135-
CMYK00.990.710.53
HSL342.71º98.33%23.53%-
HSV(B)342.71º99.16%46.67%-
XYZ7.924.061.96-
YUV40.16125.09184.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 76.77%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 35 (14.06% from 255) = 22.58%
R=76.77%
G=0.65%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11913500.990.710.53342.7198.3323.53
Hex7712306347351576218
Octal16714301431076552714230
Binary11101111100011011000111000111110101101010111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770123; }

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

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

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

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

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

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

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

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