#770D24

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

Shades of Burgundy #770D24

Tints of Burgundy #770D24

Color information

#770D24 (or 0x770D24) is unknown color: approx Burgundy. HEX triplet: 77, 0D and 24. RGB value is (119,13,36). Sum of RGB (Red+Green+Blue) = 119+13+36=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #770D24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770D24 is #88F2DB. Grayscale: #2F2F2F. Windows color (decimal): -8975068 or 2362743. OLE color: 2362743.

HSL color Cylindrical-coordinate representation of color #770D24: hue angle of 346.98º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D24 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1191336-
CMYK00.890.700.53
HSL346.98º80.3%25.88%-
HSV(B)346.98º89.08%46.67%-
XYZ8.074.342.08-
YUV47.32121.62179.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.83%
GREEN value IS 13 (5.47% from 255) = 7.74%
BLUE value IS 36 (14.45% from 255) = 21.43%
R=70.83%
G=7.74%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119133600.890.700.53346.9880.325.88
Hex77D24059463515b501a
Octal167154401311066553312032
Binary11101111101100100010110011000110110101101011011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,13,36); }

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

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

 a { background-color: rgb(119,13,36); }

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

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

 span { border-color: rgb(119,13,36); }

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