#75180D

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

Shades of Falu Red #75180D

Tints of Falu Red #75180D

Color information

#75180D (or 0x75180D) is unknown color: approx Falu Red. HEX triplet: 75, 18 and 0D. RGB value is (117,24,13). Sum of RGB (Red+Green+Blue) = 117+24+13=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #75180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75180D is #8AE7F2. Grayscale: #323232. Windows color (decimal): -9103347 or 858229. OLE color: 858229.

HSL color Cylindrical-coordinate representation of color #75180D: hue angle of 6.35º 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 #75180D is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1172413-
CMYK00.790.890.54
HSL6.35º80%25.49%-
HSV(B)6.35º88.89%45.88%-
XYZ7.744.460.83-
YUV50.55106.81175.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75.97%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=75.97%
G=15.58%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117241300.790.890.546.358025.49
Hex7518D04F593665019
Octal1653015011713166612031
Binary1110101110001101010011111011001110110110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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