#75120D

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

Shades of Falu Red #75120D

Tints of Falu Red #75120D

Color information

#75120D (or 0x75120D) is unknown color: approx Falu Red. HEX triplet: 75, 12 and 0D. RGB value is (117,18,13). Sum of RGB (Red+Green+Blue) = 117+18+13=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #75120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75120D is #8AEDF2. Grayscale: #2F2F2F. Windows color (decimal): -9104883 or 856693. OLE color: 856693.

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

Color convert

RGB1171813-
CMYK00.850.890.54
HSL2.88º80%25.49%-
HSV(B)2.88º88.89%45.88%-
XYZ7.634.240.8-
YUV47.03108.8177.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.05%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 13 (5.47% from 255) = 8.78%
R=79.05%
G=12.16%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117181300.850.890.542.888025.49
Hex7512D055593635019
Octal1652215012513166312031
Binary111010110010110101010101101100111011011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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