#770024

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

Shades of Burgundy #770024

Tints of Burgundy #770024

Color information

#770024 (or 0x770024) is unknown color: approx Burgundy. HEX triplet: 77, 00 and 24. RGB value is (119,0,36). Sum of RGB (Red+Green+Blue) = 119+0+36=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #770024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770024 is #88FFDB. Grayscale: #272727. Windows color (decimal): -8978396 or 2359415. OLE color: 2359415.

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

Color convert

RGB119036-
CMYK010.700.53
HSL341.85º100%23.33%-
HSV(B)341.85º100%46.67%-
XYZ7.934.052.03-
YUV39.68125.92184.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 76.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 23.23%
R=76.77%
G=0%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119036010.700.53341.8510023.33
Hex7702406446351566417
Octal16704401441066552614427
Binary11101110100100011001001000110110101101010110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770024; }

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

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

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

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

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

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

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

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