Html Css Color HEX #971610 Falu Red

📋 copy color: '#971610'

red 151 ◦ green 22 ◦ blue 16

#971610
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #971610

Tints of Falu Red #971610

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 value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#971610 (or 0x971610) is known color: 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

RGB 151 22 16 -
CMYK 0 0.85 0.89 0.41
HSL 2.67º 0.81% 0.33% -
HSV(B) 2.67º 0.89% 0.59% -
XYZ 13.14 7.19 1.19 -
YUV 59.89 103.24 192.99 -
System Red Green Blue C M Y K H S L
Decimal 151 22 16 0 0.85 0.89 0.41 2.67 0.81 0.33
Hex 97 16 10 0 55 59 29 3 51 21
Octal 227 26 20 0 125 131 51 3 121 41
Binary 10010111 10110 10000 0 1010101 1011001 101001 11 1010001 100001

Color Harmonies of #971610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971610

Black with #971610

Text Example


Text Example

White with #971610

Text Example


Text Example

HTML Codes & Css Web 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>