#972102

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

Shades of Falu Red #972102

Tints of Falu Red #972102

Color information

#972102 (or 0x972102) is unknown color: approx Falu Red. HEX triplet: 97, 21 and 02. RGB value is (151,33,2). Sum of RGB (Red+Green+Blue) = 151+33+2=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #972102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972102 is #68DEFD. Grayscale: #404040. Windows color (decimal): -6872830 or 139671. OLE color: 139671.

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

Color convert

RGB151332-
CMYK00.780.990.41
HSL12.48º97.39%30%-
HSV(B)12.48º98.68%59.22%-
XYZ13.327.670.84-
YUV64.7592.59189.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 81.18%
GREEN value IS 33 (13.28% from 255) = 17.74%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=81.18%
G=17.74%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15133200.780.990.4112.4897.3930
Hex9721204E6329c611e
Octal2274120116143511414136
Binary10010111100001100100111011000111010011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972102; }

 p { color: rgb(151,33,2); }

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

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

 a { background-color: rgb(151,33,2); }

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

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

 span { border-color: rgb(151,33,2); }

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