#90190F

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

Shades of Falu Red #90190F

Tints of Falu Red #90190F

Color information

#90190F (or 0x90190F) is unknown color: approx Falu Red. HEX triplet: 90, 19 and 0F. RGB value is (144,25,15). Sum of RGB (Red+Green+Blue) = 144+25+15=184 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.26% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 144 - color contains mainly: red. Hex color #90190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90190F is #6FE6F0. Grayscale: #3B3B3B. Windows color (decimal): -7333617 or 989584. OLE color: 989584.

HSL color Cylindrical-coordinate representation of color #90190F: hue angle of 4.65º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90190F is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1442515-
CMYK00.830.900.44
HSL4.65º81.13%31.18%-
HSV(B)4.65º89.58%56.47%-
XYZ11.946.661.11-
YUV59.44102.92188.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 78.26%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=78.26%
G=13.59%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144251500.830.900.444.6581.1331.18
Hex9019F0535A2C5511f
Octal2203117012313254512137
Binary10010000110011111010100111011010101100101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90190F; }

 p { color: rgb(144,25,15); }

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

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

 a { background-color: rgb(144,25,15); }

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

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

 span { border-color: rgb(144,25,15); }

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