#740201

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

Shades of Maroon #740201

Tints of Maroon #740201

Color information

#740201 (or 0x740201) is unknown color: approx Maroon. HEX triplet: 74, 02 and 01. RGB value is (116,2,1). Sum of RGB (Red+Green+Blue) = 116+2+1=119 (15% of max value = 765). Red value is 116 (45.70% from 255 or 97.48% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 116 - color contains mainly: red. Hex color #740201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740201 is #8BFDFE. Grayscale: #242424. Windows color (decimal): -9174527 or 66164. OLE color: 66164.

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

Color convert

RGB11621-
CMYK00.980.990.55
HSL0.52º98.29%22.94%-
HSV(B)0.52º99.14%45.49%-
XYZ7.233.760.37-
YUV35.97108.27185.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 97.48%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=97.48%
G=1.68%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1162100.980.990.550.5298.2922.94
Hex7421062633716217
Octal16421014214367114227
Binary11101001010110001011000111101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740201; }

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

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

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

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

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

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

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

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