#972203

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

Shades of Falu Red #972203

Tints of Falu Red #972203

Color information

#972203 (or 0x972203) is unknown color: approx Falu Red. HEX triplet: 97, 22 and 03. RGB value is (151,34,3). Sum of RGB (Red+Green+Blue) = 151+34+3=188 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.32% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 151 - color contains mainly: red. Hex color #972203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972203 is #68DDFC. Grayscale: #414141. Windows color (decimal): -6872573 or 205463. OLE color: 205463.

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

Color convert

RGB151343-
CMYK00.770.980.41
HSL12.57º96.1%30.2%-
HSV(B)12.57º98.01%59.22%-
XYZ13.357.730.87-
YUV65.4592.76189.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 80.32%
GREEN value IS 34 (13.67% from 255) = 18.09%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=80.32%
G=18.09%
B=1.60%

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
Decimal15134300.770.980.4112.5796.130.2
Hex9722304D6229d601e
Octal2274230115142511514036
Binary10010111100010110100110111000101010011101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972203; }

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

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

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

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

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

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

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

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