#740601

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

Shades of Maroon #740601

Tints of Maroon #740601

Color information

#740601 (or 0x740601) is unknown color: approx Maroon. HEX triplet: 74, 06 and 01. RGB value is (116,6,1). Sum of RGB (Red+Green+Blue) = 116+6+1=123 (16% of max value = 765). Red value is 116 (45.70% from 255 or 94.31% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 116 - color contains mainly: red. Hex color #740601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740601 is #8BF9FE. Grayscale: #262626. Windows color (decimal): -9173503 or 67188. OLE color: 67188.

HSL color Cylindrical-coordinate representation of color #740601: hue angle of 2.61º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740601 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB11661-
CMYK00.950.990.55
HSL2.61º98.29%22.94%-
HSV(B)2.61º99.14%45.49%-
XYZ7.273.850.39-
YUV38.32106.94183.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 94.31%
GREEN value IS 6 (2.73% from 255) = 4.88%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=94.31%
G=4.88%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166100.950.990.552.6198.2922.94
Hex746105F633736217
Octal16461013714367314227
Binary1110100110101011111110001111011111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740601; }

 p { color: rgb(116,6,1); }

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

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

 a { background-color: rgb(116,6,1); }

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

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

 span { border-color: rgb(116,6,1); }

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