#740808

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

Shades of Maroon #740808

Tints of Maroon #740808

Color information

#740808 (or 0x740808) is unknown color: approx Maroon. HEX triplet: 74, 08 and 08. RGB value is (116,8,8). Sum of RGB (Red+Green+Blue) = 116+8+8=132 (17% of max value = 765). Red value is 116 (45.70% from 255 or 87.88% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 116 - color contains mainly: red. Hex color #740808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740808 is #8BF7F7. Grayscale: #282828. Windows color (decimal): -9172984 or 526452. OLE color: 526452.

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

Color convert

RGB11688-
CMYK00.930.930.55
HSL87.1%24.31%-
HSV(B)93.1%45.49%-
XYZ7.333.90.6-
YUV40.29109.78182-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 87.88%
GREEN value IS 8 (3.52% from 255) = 6.06%
BLUE value IS 8 (3.52% from 255) = 6.06%
R=87.88%
G=6.06%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168800.930.930.55087.124.31
Hex748805D5D3705718
Octal1641010013513567012730
Binary1110100100010000101110110111011101110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740808; }

 p { color: rgb(116,8,8); }

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

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

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

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

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

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

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