Html Css Color HEX #972401 Falu Red

📋 copy color: '#972401'

red 151 ◦ green 36 ◦ blue 1

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

Shades of Falu Red #972401

Tints of Falu Red #972401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 80.32%
G = 19.15%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#972401 (or 0x972401) is known color: Falu Red. HEX triplet: 97, 24 and 01. RGB value is (151,36,1). Sum of RGB (Red+Green+Blue) = 151+36+1=188 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.32% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 151 - color contains mainly: red. Hex color #972401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972401 is #68DBFE. Grayscale: #424242. Windows color (decimal): -6872063 or 74903. OLE color: 74903.

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

Color convert

RGB 151 36 1 -
CMYK 0 0.76 0.99 0.41
HSL 14º 0.99% 0.3% -
HSV(B) 14º 0.99% 0.59% -
XYZ 13.4 7.84 0.84 -
YUV 66.4 91.1 188.35 -
System Red Green Blue C M Y K H S L
Decimal 151 36 1 0 0.76 0.99 0.41 14 0.99 0.3
Hex 97 24 1 0 4C 63 29 E 63 1E
Octal 227 44 1 0 114 143 51 16 143 36
Binary 10010111 100100 1 0 1001100 1100011 101001 1110 1100011 11110

Color Harmonies of #972401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972401

Black with #972401

Text Example


Text Example

White with #972401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972401; }

 p { color: rgb(151,36,1); }

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

background-color css

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

 a { background-color: rgb(151,36,1); }

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

border-color css

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

 span { border-color: rgb(151,36,1); }

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