#750E0C

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

Shades of Falu Red #750E0C

Tints of Falu Red #750E0C

Color information

#750E0C (or 0x750E0C) is unknown color: approx Falu Red. HEX triplet: 75, 0E and 0C. RGB value is (117,14,12). Sum of RGB (Red+Green+Blue) = 117+14+12=143 (18% of max value = 765). Red value is 117 (46.09% from 255 or 81.82% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 117 - color contains mainly: red. Hex color #750E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750E0C is #8AF1F3. Grayscale: #2C2C2C. Windows color (decimal): -9105908 or 790133. OLE color: 790133.

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

Color convert

RGB1171412-
CMYK00.880.900.54
HSL1.14º81.4%25.29%-
HSV(B)1.14º89.74%45.88%-
XYZ7.564.120.75-
YUV44.57109.62179.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 81.82%
GREEN value IS 14 (5.86% from 255) = 9.79%
BLUE value IS 12 (5.08% from 255) = 8.39%
R=81.82%
G=9.79%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117141200.880.900.541.1481.425.29
Hex75EC0585A3615119
Octal1651614013013266112131
Binary1110101111011000101100010110101101101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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