#751404

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

Shades of Maroon #751404

Tints of Maroon #751404

Color information

#751404 (or 0x751404) is unknown color: approx Maroon. HEX triplet: 75, 14 and 04. RGB value is (117,20,4). Sum of RGB (Red+Green+Blue) = 117+20+4=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #751404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751404 is #8AEBFB. Grayscale: #2F2F2F. Windows color (decimal): -9104380 or 267381. OLE color: 267381.

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

Color convert

RGB117204-
CMYK00.830.970.54
HSL8.5º93.39%23.73%-
HSV(B)8.5º96.58%45.88%-
XYZ7.614.290.54-
YUV47.18103.64177.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 82.98%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 4 (1.95% from 255) = 2.84%
R=82.98%
G=14.18%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11720400.830.970.548.593.3923.73
Hex75144053613685d18
Octal1652440123141661013530
Binary1110101101001000101001111000011101101000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751404; }

 p { color: rgb(117,20,4); }

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

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

 a { background-color: rgb(117,20,4); }

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

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

 span { border-color: rgb(117,20,4); }

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