Html Css Color HEX #971510 Falu Red

📋 copy color: '#971510'

red 151 ◦ green 21 ◦ blue 16

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

Shades of Falu Red #971510

Tints of Falu Red #971510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.17%

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

R = 80.32%
G = 11.17%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#971510 (or 0x971510) is known color: Falu Red. HEX triplet: 97, 15 and 10. RGB value is (151,21,16). Sum of RGB (Red+Green+Blue) = 151+21+16=188 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.32% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 151 - color contains mainly: red. Hex color #971510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971510 is #68EAEF. Grayscale: #3B3B3B. Windows color (decimal): -6875888 or 1054103. OLE color: 1054103.

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

Color convert

RGB 151 21 16 -
CMYK 0 0.86 0.89 0.41
HSL 2.22º 0.81% 0.33% -
HSV(B) 2.22º 0.89% 0.59% -
XYZ 13.12 7.15 1.18 -
YUV 59.3 103.57 193.41 -
System Red Green Blue C M Y K H S L
Decimal 151 21 16 0 0.86 0.89 0.41 2.22 0.81 0.33
Hex 97 15 10 0 56 59 29 2 51 21
Octal 227 25 20 0 126 131 51 2 121 41
Binary 10010111 10101 10000 0 1010110 1011001 101001 10 1010001 100001

Color Harmonies of #971510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971510

Black with #971510

Text Example


Text Example

White with #971510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971510; }

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

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

background-color css

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

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

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

border-color css

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

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

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