#740A05

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

Shades of Maroon #740A05

Tints of Maroon #740A05

Color information

#740A05 (or 0x740A05) is unknown color: approx Maroon. HEX triplet: 74, 0A and 05. RGB value is (116,10,5). Sum of RGB (Red+Green+Blue) = 116+10+5=131 (17% of max value = 765). Red value is 116 (45.70% from 255 or 88.55% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 116 - color contains mainly: red. Hex color #740A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740A05 is #8BF5FA. Grayscale: #292929. Windows color (decimal): -9172475 or 330356. OLE color: 330356.

HSL color Cylindrical-coordinate representation of color #740A05: hue angle of 2.7º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740A05 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB116105-
CMYK00.910.960.55
HSL2.7º91.74%23.73%-
HSV(B)2.7º95.69%45.49%-
XYZ7.343.940.52-
YUV41.12107.62181.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 88.55%
GREEN value IS 10 (4.30% from 255) = 7.63%
BLUE value IS 5 (2.34% from 255) = 3.82%
R=88.55%
G=7.63%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610500.910.960.552.791.7423.73
Hex74A505B603735c18
Octal164125013314067313430
Binary1110100101010101011011110000011011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,10,5); }

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

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

 a { background-color: rgb(116,10,5); }

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

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

 span { border-color: rgb(116,10,5); }

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