Html Css Color HEX #971909 Falu Red

📋 copy color: '#971909'

red 151 ◦ green 25 ◦ blue 9

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

Shades of Falu Red #971909

Tints of Falu Red #971909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

 BLUE value IS 9 (3.91% from 255) = 4.86%

R = 81.62%
G = 13.51%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#971909 (or 0x971909) is known color: Falu Red. HEX triplet: 97, 19 and 09. RGB value is (151,25,9). Sum of RGB (Red+Green+Blue) = 151+25+9=185 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.62% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 151 - color contains mainly: red. Hex color #971909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971909 is #68E6F6. Grayscale: #3D3D3D. Windows color (decimal): -6874871 or 596375. OLE color: 596375.

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

Color convert

RGB 151 25 9 -
CMYK 0 0.83 0.94 0.41
HSL 6.76º 0.89% 0.31% -
HSV(B) 6.76º 0.94% 0.59% -
XYZ 13.16 7.29 0.97 -
YUV 60.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 151 25 9 0 0.83 0.94 0.41 6.76 0.89 0.31
Hex 97 19 9 0 53 5E 29 7 59 1F
Octal 227 31 11 0 123 136 51 7 131 37
Binary 10010111 11001 1001 0 1010011 1011110 101001 111 1011001 11111

Color Harmonies of #971909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971909

Black with #971909

Text Example


Text Example

White with #971909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971909; }

 p { color: rgb(151,25,9); }

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

background-color css

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

 a { background-color: rgb(151,25,9); }

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

border-color css

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

 span { border-color: rgb(151,25,9); }

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