#740D01

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

Shades of Maroon #740D01

Tints of Maroon #740D01

Color information

#740D01 (or 0x740D01) is unknown color: approx Maroon. HEX triplet: 74, 0D and 01. RGB value is (116,13,1). Sum of RGB (Red+Green+Blue) = 116+13+1=130 (17% of max value = 765). Red value is 116 (45.70% from 255 or 89.23% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 116 - color contains mainly: red. Hex color #740D01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740D01 is #8BF2FE. Grayscale: #2A2A2A. Windows color (decimal): -9171711 or 68980. OLE color: 68980.

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

Color convert

RGB116131-
CMYK00.890.990.55
HSL6.26º98.29%22.94%-
HSV(B)6.26º99.14%45.49%-
XYZ7.3540.41-
YUV42.43104.62180.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 89.23%
GREEN value IS 13 (5.47% from 255) = 10%
BLUE value IS 1 (0.78% from 255) = 0.77%
R=89.23%
G=10%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11613100.890.990.556.2698.2922.94
Hex74D1059633766217
Octal164151013114367614227
Binary111010011011010110011100011110111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740D01; }

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

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

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

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

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

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

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

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