#741003

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

Shades of Maroon #741003

Tints of Maroon #741003

Color information

#741003 (or 0x741003) is unknown color: approx Maroon. HEX triplet: 74, 10 and 03. RGB value is (116,16,3). Sum of RGB (Red+Green+Blue) = 116+16+3=135 (17% of max value = 765). Red value is 116 (45.70% from 255 or 85.93% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 116 - color contains mainly: red. Hex color #741003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741003 is #8BEFFC. Grayscale: #2C2C2C. Windows color (decimal): -9170941 or 200820. OLE color: 200820.

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

Color convert

RGB116163-
CMYK00.860.970.55
HSL6.9º94.96%23.33%-
HSV(B)6.9º97.41%45.49%-
XYZ7.44.090.49-
YUV44.42104.63179.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 85.93%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 3 (1.56% from 255) = 2.22%
R=85.93%
G=11.85%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11616300.860.970.556.994.9623.33
Hex74103056613775f17
Octal164203012614167713727
Binary11101001000011010101101100001110111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741003; }

 p { color: rgb(116,16,3); }

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

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

 a { background-color: rgb(116,16,3); }

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

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

 span { border-color: rgb(116,16,3); }

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