#972003

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

Shades of Falu Red #972003

Tints of Falu Red #972003

Color information

#972003 (or 0x972003) is unknown color: approx Falu Red. HEX triplet: 97, 20 and 03. RGB value is (151,32,3). Sum of RGB (Red+Green+Blue) = 151+32+3=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #972003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972003 is #68DFFC. Grayscale: #404040. Windows color (decimal): -6873085 or 204951. OLE color: 204951.

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

Color convert

RGB151323-
CMYK00.790.980.41
HSL11.76º96.1%30.2%-
HSV(B)11.76º98.01%59.22%-
XYZ13.37.620.86-
YUV64.2893.42189.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 81.18%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 3 (1.56% from 255) = 1.61%
R=81.18%
G=17.20%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15132300.790.980.4111.7696.130.2
Hex9720304F6229c601e
Octal2274030117142511414036
Binary10010111100000110100111111000101010011100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972003; }

 p { color: rgb(151,32,3); }

 H1.HeaderClassName
 {
   color: #972003;
 }
 .AnyTagClassName
 {
   color: #972003;
 }
</style>
background-color css

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

 a { background-color: rgb(151,32,3); }

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

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

 span { border-color: rgb(151,32,3); }

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