#972500

Color #972500 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #972500

Tints of Falu Red #972500

Color information

#972500 (or 0x972500) is unknown color: approx 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

RGB151370-
CMYK00.7510.41
HSL14.7º100%29.61%-
HSV(B)14.7º100%59.22%-
XYZ13.427.90.82-
YUV66.8790.27188.01-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15137000.7510.4114.710029.61
Hex9725004B6429f641e
Octal2274500113144511714436
Binary1001011110010100100101111001001010011111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>