Html Css Color HEX #972101 Falu Red

📋 copy color: '#972101'

red 151 ◦ green 33 ◦ blue 1

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

Shades of Falu Red #972101

Tints of Falu Red #972101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.84%

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

R = 81.62%
G = 17.84%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#972101 (or 0x972101) is known color: Falu Red. HEX triplet: 97, 21 and 01. RGB value is (151,33,1). Sum of RGB (Red+Green+Blue) = 151+33+1=185 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.62% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 151 - color contains mainly: red. Hex color #972101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972101 is #68DEFE. Grayscale: #404040. Windows color (decimal): -6872831 or 74135. OLE color: 74135.

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

Color convert

RGB 151 33 1 -
CMYK 0 0.78 0.99 0.41
HSL 12.8º 0.99% 0.3% -
HSV(B) 12.8º 0.99% 0.59% -
XYZ 13.31 7.67 0.81 -
YUV 64.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 151 33 1 0 0.78 0.99 0.41 12.8 0.99 0.3
Hex 97 21 1 0 4E 63 29 D 63 1E
Octal 227 41 1 0 116 143 51 15 143 36
Binary 10010111 100001 1 0 1001110 1100011 101001 1101 1100011 11110

Color Harmonies of #972101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972101

Black with #972101

Text Example


Text Example

White with #972101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972101; }

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

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

background-color css

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

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

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

border-color css

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

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

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