#780501

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

Shades of Maroon #780501

Tints of Maroon #780501

Color information

#780501 (or 0x780501) is unknown color: approx Maroon. HEX triplet: 78, 05 and 01. RGB value is (120,5,1). Sum of RGB (Red+Green+Blue) = 120+5+1=126 (16% of max value = 765). Red value is 120 (47.27% from 255 or 95.24% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 120 - color contains mainly: red. Hex color #780501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780501 is #87FAFE. Grayscale: #272727. Windows color (decimal): -8911615 or 66936. OLE color: 66936.

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

Color convert

RGB12051-
CMYK00.960.990.53
HSL2.02º98.35%23.73%-
HSV(B)2.02º99.17%47.06%-
XYZ7.814.10.41-
YUV38.93106.6185.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 95.24%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=95.24%
G=3.97%
B=0.79%

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
Decimal1205100.960.990.532.0298.3523.73
Hex7851060633526218
Octal17051014014365214230
Binary1111000101101100000110001111010110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780501; }

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

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

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

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

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

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

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

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