Html Css Color HEX #971310 Falu Red

📋 copy color: '#971310'

red 151 ◦ green 19 ◦ blue 16

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

Shades of Falu Red #971310

Tints of Falu Red #971310

RGB

 RED value IS 151 (59.38% from 255) = 81.18%

 GREEN value IS 19 (7.81% from 255) = 10.22%

 BLUE value IS 16 (6.64% from 255) = 8.6%

R = 81.18%
G = 10.22%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#971310 (or 0x971310) is known color: Falu Red. HEX triplet: 97, 13 and 10. RGB value is (151,19,16). Sum of RGB (Red+Green+Blue) = 151+19+16=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #971310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971310 is #68ECEF. Grayscale: #3A3A3A. Windows color (decimal): -6876400 or 1053591. OLE color: 1053591.

HSL color Cylindrical-coordinate representation of color #971310: hue angle of 1.33º 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 #971310 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 19 16 -
CMYK 0 0.87 0.89 0.41
HSL 1.33º 0.81% 0.33% -
HSV(B) 1.33º 0.89% 0.59% -
XYZ 13.09 7.08 1.17 -
YUV 58.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 151 19 16 0 0.87 0.89 0.41 1.33 0.81 0.33
Hex 97 13 10 0 57 59 29 1 51 21
Octal 227 23 20 0 127 131 51 1 121 41
Binary 10010111 10011 10000 0 1010111 1011001 101001 1 1010001 100001

Color Harmonies of #971310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971310

Black with #971310

Text Example


Text Example

White with #971310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971310; }

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

 H1.HeaderClassName
 {
   color: #971310;
 }
 .AnyTagClassName
 {
   color: #971310;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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