#750F0C

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

Shades of Falu Red #750F0C

Tints of Falu Red #750F0C

Color information

#750F0C (or 0x750F0C) is unknown color: approx Falu Red. HEX triplet: 75, 0F and 0C. RGB value is (117,15,12). Sum of RGB (Red+Green+Blue) = 117+15+12=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #750F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750F0C is #8AF0F3. Grayscale: #2D2D2D. Windows color (decimal): -9105652 or 790389. OLE color: 790389.

HSL color Cylindrical-coordinate representation of color #750F0C: hue angle of 1.71º 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 #750F0C is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1171512-
CMYK00.870.900.54
HSL1.71º81.4%25.29%-
HSV(B)1.71º89.74%45.88%-
XYZ7.574.150.75-
YUV45.16109.29179.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 81.25%
GREEN value IS 15 (6.25% from 255) = 10.42%
BLUE value IS 12 (5.08% from 255) = 8.33%
R=81.25%
G=10.42%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117151200.870.900.541.7181.425.29
Hex75FC0575A3625119
Octal1651714012713266212131
Binary11101011111110001010111101101011011010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750F0C; }

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

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

<style>
 a { background-color: #750F0C; }

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

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

<style>
 span { border-color: #750F0C; }

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

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