#75120C

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

Shades of Falu Red #75120C

Tints of Falu Red #75120C

Color information

#75120C (or 0x75120C) is unknown color: approx Falu Red. HEX triplet: 75, 12 and 0C. RGB value is (117,18,12). Sum of RGB (Red+Green+Blue) = 117+18+12=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #75120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75120C is #8AEDF3. Grayscale: #2F2F2F. Windows color (decimal): -9104884 or 791157. OLE color: 791157.

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

Color convert

RGB1171812-
CMYK00.850.900.54
HSL3.43º81.4%25.29%-
HSV(B)3.43º89.74%45.88%-
XYZ7.624.240.76-
YUV46.92108.3177.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.59%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 12 (5.08% from 255) = 8.16%
R=79.59%
G=12.24%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117181200.850.900.543.4381.425.29
Hex7512C0555A3635119
Octal1652214012513266312131
Binary111010110010110001010101101101011011011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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