#750F0A

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

Shades of Falu Red #750F0A

Tints of Falu Red #750F0A

Color information

#750F0A (or 0x750F0A) is unknown color: approx Falu Red. HEX triplet: 75, 0F and 0A. RGB value is (117,15,10). Sum of RGB (Red+Green+Blue) = 117+15+10=142 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.39% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 117 - color contains mainly: red. Hex color #750F0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750F0A is #8AF0F5. Grayscale: #2D2D2D. Windows color (decimal): -9105654 or 659317. OLE color: 659317.

HSL color Cylindrical-coordinate representation of color #750F0A: hue angle of 2.8º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750F0A is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1171510-
CMYK00.870.910.54
HSL2.8º84.25%24.9%-
HSV(B)2.8º91.45%45.88%-
XYZ7.564.150.69-
YUV44.93108.29179.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 82.39%
GREEN value IS 15 (6.25% from 255) = 10.56%
BLUE value IS 10 (4.30% from 255) = 7.04%
R=82.39%
G=10.56%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117151000.870.910.542.884.2524.9
Hex75FA0575B3635419
Octal1651712012713366312431
Binary11101011111101001010111101101111011011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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