#740C0A

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

Shades of Maroon #740C0A

Tints of Maroon #740C0A

Color information

#740C0A (or 0x740C0A) is unknown color: approx Maroon. HEX triplet: 74, 0C and 0A. RGB value is (116,12,10). Sum of RGB (Red+Green+Blue) = 116+12+10=138 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.06% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 116 - color contains mainly: red. Hex color #740C0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740C0A is #8BF3F5. Grayscale: #2A2A2A. Windows color (decimal): -9171958 or 658548. OLE color: 658548.

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

Color convert

RGB1161210-
CMYK00.900.910.55
HSL1.13º84.13%24.71%-
HSV(B)1.13º91.38%45.49%-
XYZ7.3940.67-
YUV42.87109.46180.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 84.06%
GREEN value IS 12 (5.08% from 255) = 8.70%
BLUE value IS 10 (4.30% from 255) = 7.25%
R=84.06%
G=8.70%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116121000.900.910.551.1384.1324.71
Hex74CA05A5B3715419
Octal1641412013213367112431
Binary1110100110010100101101010110111101111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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