#75150D

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

Shades of Falu Red #75150D

Tints of Falu Red #75150D

Color information

#75150D (or 0x75150D) is unknown color: approx Falu Red. HEX triplet: 75, 15 and 0D. RGB value is (117,21,13). Sum of RGB (Red+Green+Blue) = 117+21+13=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #75150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75150D is #8AEAF2. Grayscale: #303030. Windows color (decimal): -9104115 or 857461. OLE color: 857461.

HSL color Cylindrical-coordinate representation of color #75150D: hue angle of 4.62º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75150D is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1172113-
CMYK00.820.890.54
HSL4.62º80%25.49%-
HSV(B)4.62º88.89%45.88%-
XYZ7.684.350.82-
YUV48.79107.8176.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 77.48%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=77.48%
G=13.91%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117211300.820.890.544.628025.49
Hex7515D052593655019
Octal1652515012213166512031
Binary1110101101011101010100101011001110110101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75150D; }

 p { color: rgb(117,21,13); }

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

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

 a { background-color: rgb(117,21,13); }

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

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

 span { border-color: rgb(117,21,13); }

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