#750F0D

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

Shades of Falu Red #750F0D

Tints of Falu Red #750F0D

Color information

#750F0D (or 0x750F0D) is unknown color: approx Falu Red. HEX triplet: 75, 0F and 0D. RGB value is (117,15,13). Sum of RGB (Red+Green+Blue) = 117+15+13=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #750F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750F0D is #8AF0F2. Grayscale: #2D2D2D. Windows color (decimal): -9105651 or 855925. OLE color: 855925.

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

Color convert

RGB1171513-
CMYK00.870.890.54
HSL1.15º80%25.49%-
HSV(B)1.15º88.89%45.88%-
XYZ7.584.150.78-
YUV45.27109.79179.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 80.69%
GREEN value IS 15 (6.25% from 255) = 10.34%
BLUE value IS 13 (5.47% from 255) = 8.97%
R=80.69%
G=10.34%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117151300.870.890.541.158025.49
Hex75FD057593615019
Octal1651715012713166112031
Binary1110101111111010101011110110011101101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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