Html Css Color HEX #972500 Falu Red

📋 copy color: '#972500'

red 151 ◦ green 37 ◦ blue 0

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

Shades of Falu Red #972500

Tints of Falu Red #972500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.68%

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

R = 80.32%
G = 19.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#972500 (or 0x972500) is known color: Falu Red. HEX triplet: 97, 25 and 00. RGB value is (151,37,0). Sum of RGB (Red+Green+Blue) = 151+37+0=188 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.32% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 151 - color contains mainly: red. Hex color #972500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972500 is #68DAFF. Grayscale: #434343. Windows color (decimal): -6871808 or 9623. OLE color: 9623.

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

Color convert

RGB 151 37 0 -
CMYK 0 0.75 1 0.41
HSL 14.7º 1% 0.3% -
HSV(B) 14.7º 1% 0.59% -
XYZ 13.42 7.9 0.82 -
YUV 66.87 90.27 188.01 -
System Red Green Blue C M Y K H S L
Decimal 151 37 0 0 0.75 1 0.41 14.7 1 0.3
Hex 97 25 0 0 4B 64 29 F 64 1E
Octal 227 45 0 0 113 144 51 17 144 36
Binary 10010111 100101 0 0 1001011 1100100 101001 1111 1100100 11110

Color Harmonies of #972500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972500

Black with #972500

Text Example


Text Example

White with #972500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972500; }

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

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

background-color css

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

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

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

border-color css

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

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

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