#94190A

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

Shades of Falu Red #94190A

Tints of Falu Red #94190A

Color information

#94190A (or 0x94190A) is unknown color: approx Falu Red. HEX triplet: 94, 19 and 0A. RGB value is (148,25,10). Sum of RGB (Red+Green+Blue) = 148+25+10=183 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.87% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 148 - color contains mainly: red. Hex color #94190A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94190A is #6BE6F5. Grayscale: #3C3C3C. Windows color (decimal): -7071478 or 661908. OLE color: 661908.

HSL color Cylindrical-coordinate representation of color #94190A: hue angle of 6.52º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94190A is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1482510-
CMYK00.830.930.42
HSL6.52º87.34%30.98%-
HSV(B)6.52º93.24%58.04%-
XYZ12.627.010.98-
YUV60.0799.75190.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 80.87%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 10 (4.30% from 255) = 5.46%
R=80.87%
G=13.66%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148251000.830.930.426.5287.3430.98
Hex9419A0535D2A7571f
Octal2243112012313552712737
Binary10010100110011010010100111011101101010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94190A; }

 p { color: rgb(148,25,10); }

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

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

 a { background-color: rgb(148,25,10); }

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

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

 span { border-color: rgb(148,25,10); }

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