Html Css Color HEX #971511 Falu Red

📋 copy color: '#971511'

red 151 ◦ green 21 ◦ blue 17

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

Shades of Falu Red #971511

Tints of Falu Red #971511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.99%

R = 79.89%
G = 11.11%
B = 8.99%

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

#971511 (or 0x971511) is known color: Falu Red. HEX triplet: 97, 15 and 11. RGB value is (151,21,17). Sum of RGB (Red+Green+Blue) = 151+21+17=189 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.89% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 151 - color contains mainly: red. Hex color #971511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971511 is #68EAEE. Grayscale: #3B3B3B. Windows color (decimal): -6875887 or 1119639. OLE color: 1119639.

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

Color convert

RGB 151 21 17 -
CMYK 0 0.86 0.89 0.41
HSL 1.79º 0.8% 0.33% -
HSV(B) 1.79º 0.89% 0.59% -
XYZ 13.13 7.16 1.22 -
YUV 59.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 151 21 17 0 0.86 0.89 0.41 1.79 0.8 0.33
Hex 97 15 11 0 56 59 29 2 50 21
Octal 227 25 21 0 126 131 51 2 120 41
Binary 10010111 10101 10001 0 1010110 1011001 101001 10 1010000 100001

Color Harmonies of #971511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971511

Black with #971511

Text Example


Text Example

White with #971511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971511; }

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

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

background-color css

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

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

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

border-color css

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

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

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