#981809

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

Shades of Falu Red #981809

Tints of Falu Red #981809

Color information

#981809 (or 0x981809) is unknown color: approx Falu Red. HEX triplet: 98, 18 and 09. RGB value is (152,24,9). Sum of RGB (Red+Green+Blue) = 152+24+9=185 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.16% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 152 - color contains mainly: red. Hex color #981809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981809 is #67E7F6. Grayscale: #3C3C3C. Windows color (decimal): -6809591 or 596120. OLE color: 596120.

HSL color Cylindrical-coordinate representation of color #981809: hue angle of 6.29º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #981809 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB152249-
CMYK00.840.940.40
HSL6.29º88.82%31.57%-
HSV(B)6.29º94.08%59.61%-
XYZ13.327.350.97-
YUV60.5698.91193.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 82.16%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 9 (3.91% from 255) = 4.86%
R=82.16%
G=12.97%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15224900.840.940.406.2988.8231.57
Hex981890545E2865920
Octal2303011012413650613140
Binary100110001100010010101010010111101010001101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981809; }

 p { color: rgb(152,24,9); }

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

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

 a { background-color: rgb(152,24,9); }

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

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

 span { border-color: rgb(152,24,9); }

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