#75100D

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

Shades of Falu Red #75100D

Tints of Falu Red #75100D

Color information

#75100D (or 0x75100D) is unknown color: approx Falu Red. HEX triplet: 75, 10 and 0D. RGB value is (117,16,13). Sum of RGB (Red+Green+Blue) = 117+16+13=146 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.14% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 117 - color contains mainly: red. Hex color #75100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75100D is #8AEFF2. Grayscale: #2D2D2D. Windows color (decimal): -9105395 or 856181. OLE color: 856181.

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

Color convert

RGB1171613-
CMYK00.860.890.54
HSL1.73º80%25.49%-
HSV(B)1.73º88.89%45.88%-
XYZ7.594.180.79-
YUV45.86109.46178.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 80.14%
GREEN value IS 16 (6.64% from 255) = 10.96%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=80.14%
G=10.96%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117161300.860.890.541.738025.49
Hex7510D056593625019
Octal1652015012613166212031
Binary111010110000110101010110101100111011010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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