#770921

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

Shades of Burgundy #770921

Tints of Burgundy #770921

Color information

#770921 (or 0x770921) is unknown color: approx Burgundy. HEX triplet: 77, 09 and 21. RGB value is (119,9,33). Sum of RGB (Red+Green+Blue) = 119+9+33=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #770921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770921 is #88F6DE. Grayscale: #2C2C2C. Windows color (decimal): -8976095 or 2165111. OLE color: 2165111.

HSL color Cylindrical-coordinate representation of color #770921: hue angle of 346.91º degrees, saturation: 0.86, 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 #770921 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB119933-
CMYK00.920.720.53
HSL346.91º85.94%25.1%-
HSV(B)346.91º92.44%46.67%-
XYZ7.984.231.83-
YUV44.63121.44181.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.91%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 33 (13.28% from 255) = 20.50%
R=73.91%
G=5.59%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11993300.920.720.53346.9185.9425.1
Hex7792105C483515b5619
Octal167114101341106553312631
Binary11101111001100001010111001001000110101101011011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770921; }

 p { color: rgb(119,9,33); }

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

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

 a { background-color: rgb(119,9,33); }

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

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

 span { border-color: rgb(119,9,33); }

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