#7D0501

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

Shades of Maroon #7D0501

Tints of Maroon #7D0501

Color information

#7D0501 (or 0x7D0501) is unknown color: approx Maroon. HEX triplet: 7D, 05 and 01. RGB value is (125,5,1). Sum of RGB (Red+Green+Blue) = 125+5+1=131 (17% of max value = 765). Red value is 125 (49.22% from 255 or 95.42% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0501 is #82FAFE. Grayscale: #282828. Windows color (decimal): -8583935 or 66941. OLE color: 66941.

HSL color Cylindrical-coordinate representation of color #7D0501: hue angle of 1.94º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D0501 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB12551-
CMYK00.960.990.51
HSL1.94º98.41%24.71%-
HSV(B)1.94º99.2%49.02%-
XYZ8.524.470.44-
YUV40.42105.76188.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 95.42%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=95.42%
G=3.82%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1255100.960.990.511.9498.4124.71
Hex7D51060633326219
Octal17551014014363214231
Binary1111101101101100000110001111001110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D0501; }

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

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

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

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

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

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

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

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