Html Css Color HEX #972400 Falu Red

📋 copy color: '#972400'

red 151 ◦ green 36 ◦ blue 0

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

Shades of Falu Red #972400

Tints of Falu Red #972400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.75%
G = 19.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#972400 (or 0x972400) is known color: Falu Red. HEX triplet: 97, 24 and 00. RGB value is (151,36,0). Sum of RGB (Red+Green+Blue) = 151+36+0=187 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.75% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 151 - color contains mainly: red. Hex color #972400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972400 is #68DBFF. Grayscale: #424242. Windows color (decimal): -6872064 or 9367. OLE color: 9367.

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

Color convert

RGB 151 36 0 -
CMYK 0 0.76 1 0.41
HSL 14.3º 1% 0.3% -
HSV(B) 14.3º 1% 0.59% -
XYZ 13.39 7.84 0.81 -
YUV 66.28 90.6 188.43 -
System Red Green Blue C M Y K H S L
Decimal 151 36 0 0 0.76 1 0.41 14.3 1 0.3
Hex 97 24 0 0 4C 64 29 E 64 1E
Octal 227 44 0 0 114 144 51 16 144 36
Binary 10010111 100100 0 0 1001100 1100100 101001 1110 1100100 11110

Color Harmonies of #972400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972400

Black with #972400

Text Example


Text Example

White with #972400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972400; }

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

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

background-color css

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

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

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

border-color css

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

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

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