#75170F

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

Shades of Falu Red #75170F

Tints of Falu Red #75170F

Color information

#75170F (or 0x75170F) is unknown color: approx Falu Red. HEX triplet: 75, 17 and 0F. RGB value is (117,23,15). Sum of RGB (Red+Green+Blue) = 117+23+15=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #75170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75170F is #8AE8F0. Grayscale: #323232. Windows color (decimal): -9103601 or 989045. OLE color: 989045.

HSL color Cylindrical-coordinate representation of color #75170F: hue angle of 4.71º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75170F is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB1172315-
CMYK00.800.870.54
HSL4.71º77.27%25.88%-
HSV(B)4.71º87.18%45.88%-
XYZ7.734.430.9-
YUV50.19108.14175.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75.48%
GREEN value IS 23 (9.38% from 255) = 14.84%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=75.48%
G=14.84%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117231500.800.870.544.7177.2725.88
Hex7517F050573654d1a
Octal1652717012012766511532
Binary1110101101111111010100001010111110110101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75170F; }

 p { color: rgb(117,23,15); }

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

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

 a { background-color: rgb(117,23,15); }

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

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

 span { border-color: rgb(117,23,15); }

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