Html Css Color HEX #971F04 Falu Red

📋 copy color: '#971F04'

red 151 ◦ green 31 ◦ blue 4

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

Shades of Falu Red #971F04

Tints of Falu Red #971F04

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.67%

 BLUE value IS 4 (1.95% from 255) = 2.15%

R = 81.18%
G = 16.67%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#971F04 (or 0x971F04) is known color: Falu Red. HEX triplet: 97, 1F and 04. RGB value is (151,31,4). Sum of RGB (Red+Green+Blue) = 151+31+4=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #971F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971F04 is #68E0FB. Grayscale: #404040. Windows color (decimal): -6873340 or 270231. OLE color: 270231.

HSL color Cylindrical-coordinate representation of color #971F04: hue angle of 11.02º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #971F04 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 31 4 -
CMYK 0 0.79 0.97 0.41
HSL 11.02º 0.95% 0.3% -
HSV(B) 11.02º 0.97% 0.59% -
XYZ 13.27 7.57 0.88 -
YUV 63.8 94.26 190.2 -
System Red Green Blue C M Y K H S L
Decimal 151 31 4 0 0.79 0.97 0.41 11.02 0.95 0.3
Hex 97 1F 4 0 4F 61 29 B 5F 1E
Octal 227 37 4 0 117 141 51 13 137 36
Binary 10010111 11111 100 0 1001111 1100001 101001 1011 1011111 11110

Color Harmonies of #971F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971F04

Black with #971F04

Text Example


Text Example

White with #971F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971F04; }

 p { color: rgb(151,31,4); }

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

background-color css

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

 a { background-color: rgb(151,31,4); }

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

border-color css

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

 span { border-color: rgb(151,31,4); }

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