#770501

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

Shades of Maroon #770501

Tints of Maroon #770501

Color information

#770501 (or 0x770501) is unknown color: approx Maroon. HEX triplet: 77, 05 and 01. RGB value is (119,5,1). Sum of RGB (Red+Green+Blue) = 119+5+1=125 (16% of max value = 765). Red value is 119 (46.88% from 255 or 95.2% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 119 - color contains mainly: red. Hex color #770501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770501 is #88FAFE. Grayscale: #262626. Windows color (decimal): -8977151 or 66935. OLE color: 66935.

HSL color Cylindrical-coordinate representation of color #770501: hue angle of 2.03º 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 #770501 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB11951-
CMYK00.960.990.53
HSL2.03º98.33%23.53%-
HSV(B)2.03º99.16%46.67%-
XYZ7.674.030.4-
YUV38.63106.77185.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 95.2%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=95.2%
G=4%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195100.960.990.532.0398.3323.53
Hex7751060633526218
Octal16751014014365214230
Binary1110111101101100000110001111010110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770501; }

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

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

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

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

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

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

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

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