#75100C

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

Shades of Falu Red #75100C

Tints of Falu Red #75100C

Color information

#75100C (or 0x75100C) is unknown color: approx Falu Red. HEX triplet: 75, 10 and 0C. RGB value is (117,16,12). Sum of RGB (Red+Green+Blue) = 117+16+12=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #75100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75100C is #8AEFF3. Grayscale: #2D2D2D. Windows color (decimal): -9105396 or 790645. OLE color: 790645.

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

Color convert

RGB1171612-
CMYK00.860.900.54
HSL2.29º81.4%25.29%-
HSV(B)2.29º89.74%45.88%-
XYZ7.594.180.75-
YUV45.74108.96178.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 80.69%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 12 (5.08% from 255) = 8.28%
R=80.69%
G=11.03%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117161200.860.900.542.2981.425.29
Hex7510C0565A3625119
Octal1652014012613266212131
Binary111010110000110001010110101101011011010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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