#751D04

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

Shades of Falu Red #751D04

Tints of Falu Red #751D04

Color information

#751D04 (or 0x751D04) is unknown color: approx Falu Red. HEX triplet: 75, 1D and 04. RGB value is (117,29,4). Sum of RGB (Red+Green+Blue) = 117+29+4=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #751D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D04 is #8AE2FB. Grayscale: #343434. Windows color (decimal): -9102076 or 269685. OLE color: 269685.

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

Color convert

RGB117294-
CMYK00.750.970.54
HSL13.27º93.39%23.73%-
HSV(B)13.27º96.58%45.88%-
XYZ7.84.670.61-
YUV52.46100.65174.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 78%
GREEN value IS 29 (11.72% from 255) = 19.33%
BLUE value IS 4 (1.95% from 255) = 2.67%
R=78%
G=19.33%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11729400.750.970.5413.2793.3923.73
Hex751D404B6136d5d18
Octal1653540113141661513530
Binary1110101111011000100101111000011101101101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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