#972303

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

Shades of Falu Red #972303

Tints of Falu Red #972303

Color information

#972303 (or 0x972303) is unknown color: approx Falu Red. HEX triplet: 97, 23 and 03. RGB value is (151,35,3). Sum of RGB (Red+Green+Blue) = 151+35+3=189 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.89% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 151 - color contains mainly: red. Hex color #972303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972303 is #68DCFC. Grayscale: #424242. Windows color (decimal): -6872317 or 205719. OLE color: 205719.

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

Color convert

RGB151353-
CMYK00.770.980.41
HSL12.97º96.1%30.2%-
HSV(B)12.97º98.01%59.22%-
XYZ13.387.790.88-
YUV66.0492.43188.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 79.89%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 3 (1.56% from 255) = 1.59%
R=79.89%
G=18.52%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15135300.770.980.4112.9796.130.2
Hex9723304D6229d601e
Octal2274330115142511514036
Binary10010111100011110100110111000101010011101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972303; }

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

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

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

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

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

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

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

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