#971610

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

Shades of Falu Red #971610

Tints of Falu Red #971610

Color information

#971610 (or 0x971610) is unknown color: approx Falu Red. HEX triplet: 97, 16 and 10. RGB value is (151,22,16). Sum of RGB (Red+Green+Blue) = 151+22+16=189 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.89% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 151 - color contains mainly: red. Hex color #971610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971610 is #68E9EF. Grayscale: #3C3C3C. Windows color (decimal): -6875632 or 1054359. OLE color: 1054359.

HSL color Cylindrical-coordinate representation of color #971610: hue angle of 2.67º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971610 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1512216-
CMYK00.850.890.41
HSL2.67º80.84%32.75%-
HSV(B)2.67º89.4%59.22%-
XYZ13.147.191.19-
YUV59.89103.24192.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 79.89%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 16 (6.64% from 255) = 8.47%
R=79.89%
G=11.64%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151221600.850.890.412.6780.8432.75
Hex971610055592935121
Octal2272620012513151312141
Binary100101111011010000010101011011001101001111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971610; }

 p { color: rgb(151,22,16); }

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

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

 a { background-color: rgb(151,22,16); }

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

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

 span { border-color: rgb(151,22,16); }

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