Html Css Color HEX #972201 Falu Red

📋 copy color: '#972201'

red 151 ◦ green 34 ◦ blue 1

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

Shades of Falu Red #972201

Tints of Falu Red #972201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.28%

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

R = 81.18%
G = 18.28%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#972201 (or 0x972201) is known color: Falu Red. HEX triplet: 97, 22 and 01. RGB value is (151,34,1). Sum of RGB (Red+Green+Blue) = 151+34+1=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #972201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972201 is #68DDFE. Grayscale: #414141. Windows color (decimal): -6872575 or 74391. OLE color: 74391.

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

Color convert

RGB 151 34 1 -
CMYK 0 0.77 0.99 0.41
HSL 13.2º 0.99% 0.3% -
HSV(B) 13.2º 0.99% 0.59% -
XYZ 13.34 7.73 0.82 -
YUV 65.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 151 34 1 0 0.77 0.99 0.41 13.2 0.99 0.3
Hex 97 22 1 0 4D 63 29 D 63 1E
Octal 227 42 1 0 115 143 51 15 143 36
Binary 10010111 100010 1 0 1001101 1100011 101001 1101 1100011 11110

Color Harmonies of #972201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972201

Black with #972201

Text Example


Text Example

White with #972201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972201; }

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

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

background-color css

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

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

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

border-color css

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

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

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