#96170F

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

Shades of Falu Red #96170F

Tints of Falu Red #96170F

Color information

#96170F (or 0x96170F) is unknown color: approx Falu Red. HEX triplet: 96, 17 and 0F. RGB value is (150,23,15). Sum of RGB (Red+Green+Blue) = 150+23+15=188 (24% of max value = 765). Red value is 150 (58.98% from 255 or 79.79% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 150 - color contains mainly: red. Hex color #96170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96170F is #69E8F0. Grayscale: #3C3C3C. Windows color (decimal): -6940913 or 989078. OLE color: 989078.

HSL color Cylindrical-coordinate representation of color #96170F: hue angle of 3.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96170F is Cyan = 0, Magento = 0.85, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB1502315-
CMYK00.850.90.41
HSL3.56º81.82%32.35%-
HSV(B)3.56º90%58.82%-
XYZ12.977.131.14-
YUV60.06102.58192.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 79.79%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 15 (6.25% from 255) = 7.98%
R=79.79%
G=12.23%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150231500.850.90.413.5681.8232.35
Hex9617F0555A2945220
Octal2262717012513251412240
Binary100101101011111110101010110110101010011001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96170F; }

 p { color: rgb(150,23,15); }

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

<style>
 a { background-color: #96170F; }

 a { background-color: rgb(150,23,15); }

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

<style>
 span { border-color: #96170F; }

 span { border-color: rgb(150,23,15); }

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