#75100E

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

Shades of Falu Red #75100E

Tints of Falu Red #75100E

Color information

#75100E (or 0x75100E) is unknown color: approx Falu Red. HEX triplet: 75, 10 and 0E. RGB value is (117,16,14). Sum of RGB (Red+Green+Blue) = 117+16+14=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #75100E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75100E is #8AEFF1. Grayscale: #2E2E2E. Windows color (decimal): -9105394 or 921717. OLE color: 921717.

HSL color Cylindrical-coordinate representation of color #75100E: hue angle of 1.17º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75100E is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB1171614-
CMYK00.860.880.54
HSL1.17º78.63%25.69%-
HSV(B)1.17º88.03%45.88%-
XYZ7.64.180.82-
YUV45.97109.96178.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.59%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 14 (5.86% from 255) = 9.52%
R=79.59%
G=10.88%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117161400.860.880.541.1778.6325.69
Hex7510E056583614f1a
Octal1652016012613066111732
Binary11101011000011100101011010110001101101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75100E; }

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

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

<style>
 a { background-color: #75100E; }

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

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

<style>
 span { border-color: #75100E; }

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

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