#75170A

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

Shades of Falu Red #75170A

Tints of Falu Red #75170A

Color information

#75170A (or 0x75170A) is unknown color: approx Falu Red. HEX triplet: 75, 17 and 0A. RGB value is (117,23,10). Sum of RGB (Red+Green+Blue) = 117+23+10=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #75170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75170A is #8AE8F5. Grayscale: #313131. Windows color (decimal): -9103606 or 661365. OLE color: 661365.

HSL color Cylindrical-coordinate representation of color #75170A: hue angle of 7.29º 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 #75170A is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1172310-
CMYK00.800.910.54
HSL7.29º84.25%24.9%-
HSV(B)7.29º91.45%45.88%-
XYZ7.74.420.73-
YUV49.62105.64176.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 78%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 10 (4.30% from 255) = 6.67%
R=78%
G=15.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117231000.800.910.547.2984.2524.9
Hex7517A0505B3675419
Octal1652712012013366712431
Binary1110101101111010010100001011011110110111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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