#751E04

Color #751E04 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #751E04

Tints of Falu Red #751E04

Color information

#751E04 (or 0x751E04) is unknown color: approx Falu Red. HEX triplet: 75, 1E and 04. RGB value is (117,30,4). Sum of RGB (Red+Green+Blue) = 117+30+4=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #751E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E04 is #8AE1FB. Grayscale: #353535. Windows color (decimal): -9101820 or 269941. OLE color: 269941.

HSL color Cylindrical-coordinate representation of color #751E04: hue angle of 13.81º 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 #751E04 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB117304-
CMYK00.740.970.54
HSL13.81º93.39%23.73%-
HSV(B)13.81º96.58%45.88%-
XYZ7.824.720.61-
YUV53.05100.32173.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 77.48%
GREEN value IS 30 (12.11% from 255) = 19.87%
BLUE value IS 4 (1.95% from 255) = 2.65%
R=77.48%
G=19.87%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11730400.740.970.5413.8193.3923.73
Hex751E404A6136e5d18
Octal1653640112141661613530
Binary1110101111101000100101011000011101101110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751E04; }

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

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

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

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

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

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

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

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