#751609

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

Shades of Falu Red #751609

Tints of Falu Red #751609

Color information

#751609 (or 0x751609) is unknown color: approx Falu Red. HEX triplet: 75, 16 and 09. RGB value is (117,22,9). Sum of RGB (Red+Green+Blue) = 117+22+9=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #751609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751609 is #8AE9F6. Grayscale: #313131. Windows color (decimal): -9103863 or 595573. OLE color: 595573.

HSL color Cylindrical-coordinate representation of color #751609: hue angle of 7.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #751609 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB117229-
CMYK00.810.920.54
HSL7.22º85.71%24.71%-
HSV(B)7.22º92.31%45.88%-
XYZ7.674.380.7-
YUV48.92105.47176.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.05%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=79.05%
G=14.86%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11722900.810.920.547.2285.7124.71
Hex751690515C3675619
Octal1652611012113466712631
Binary1110101101101001010100011011100110110111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751609; }

 p { color: rgb(117,22,9); }

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

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

 a { background-color: rgb(117,22,9); }

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

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

 span { border-color: rgb(117,22,9); }

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