#770C19

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

Shades of Burgundy #770C19

Tints of Burgundy #770C19

Color information

#770C19 (or 0x770C19) is unknown color: approx Burgundy. HEX triplet: 77, 0C and 19. RGB value is (119,12,25). Sum of RGB (Red+Green+Blue) = 119+12+25=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #770C19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C19 is #88F3E6. Grayscale: #2D2D2D. Windows color (decimal): -8975335 or 1641591. OLE color: 1641591.

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

Color convert

RGB1191225-
CMYK00.900.790.53
HSL352.71º81.68%25.69%-
HSV(B)352.71º89.92%46.67%-
XYZ7.914.261.32-
YUV45.47116.45180.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 76.28%
GREEN value IS 12 (5.08% from 255) = 7.69%
BLUE value IS 25 (10.16% from 255) = 16.03%
R=76.28%
G=7.69%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119122500.900.790.53352.7181.6825.69
Hex77C1905A4F35161521a
Octal167143101321176554112232
Binary1110111110011001010110101001111110101101100001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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