#75160A

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

Shades of Falu Red #75160A

Tints of Falu Red #75160A

Color information

#75160A (or 0x75160A) is unknown color: approx Falu Red. HEX triplet: 75, 16 and 0A. RGB value is (117,22,10). Sum of RGB (Red+Green+Blue) = 117+22+10=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #75160A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75160A is #8AE9F5. Grayscale: #313131. Windows color (decimal): -9103862 or 661109. OLE color: 661109.

HSL color Cylindrical-coordinate representation of color #75160A: hue angle of 6.73º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75160A is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1172210-
CMYK00.810.910.54
HSL6.73º84.25%24.9%-
HSV(B)6.73º91.45%45.88%-
XYZ7.684.380.73-
YUV49.04105.97176.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 78.52%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=78.52%
G=14.77%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117221000.810.910.546.7384.2524.9
Hex7516A0515B3675419
Octal1652612012113366712431
Binary1110101101101010010100011011011110110111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75160A; }

 p { color: rgb(117,22,10); }

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

<style>
 a { background-color: #75160A; }

 a { background-color: rgb(117,22,10); }

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

<style>
 span { border-color: #75160A; }

 span { border-color: rgb(117,22,10); }

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