#741101

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

Shades of Maroon #741101

Tints of Maroon #741101

Color information

#741101 (or 0x741101) is unknown color: approx Maroon. HEX triplet: 74, 11 and 01. RGB value is (116,17,1). Sum of RGB (Red+Green+Blue) = 116+17+1=134 (17% of max value = 765). Red value is 116 (45.70% from 255 or 86.57% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 116 - color contains mainly: red. Hex color #741101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741101 is #8BEEFE. Grayscale: #2C2C2C. Windows color (decimal): -9170687 or 70004. OLE color: 70004.

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

Color convert

RGB116171-
CMYK00.850.990.55
HSL8.35º98.29%22.94%-
HSV(B)8.35º99.14%45.49%-
XYZ7.414.120.43-
YUV44.78103.3178.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 86.57%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=86.57%
G=12.69%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11617100.850.990.558.3598.2922.94
Hex74111055633786217
Octal1642110125143671014227
Binary11101001000110101010111000111101111000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741101; }

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

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

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

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

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

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

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

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