#921609

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

Shades of Falu Red #921609

Tints of Falu Red #921609

Color information

#921609 (or 0x921609) is unknown color: approx Falu Red. HEX triplet: 92, 16 and 09. RGB value is (146,22,9). Sum of RGB (Red+Green+Blue) = 146+22+9=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #921609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921609 is #6DE9F6. Grayscale: #393939. Windows color (decimal): -7203319 or 595602. OLE color: 595602.

HSL color Cylindrical-coordinate representation of color #921609: hue angle of 5.69º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #921609 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB146229-
CMYK00.850.940.43
HSL5.69º88.39%30.39%-
HSV(B)5.69º93.84%57.25%-
XYZ12.196.70.91-
YUV57.59100.58191.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 82.49%
GREEN value IS 22 (8.98% from 255) = 12.43%
BLUE value IS 9 (3.91% from 255) = 5.08%
R=82.49%
G=12.43%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14622900.850.940.435.6988.3930.39
Hex921690555E2B6581e
Octal2222611012513653613036
Binary10010010101101001010101011011110101011110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921609; }

 p { color: rgb(146,22,9); }

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

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

 a { background-color: rgb(146,22,9); }

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

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

 span { border-color: rgb(146,22,9); }

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