#93190A

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

Shades of Falu Red #93190A

Tints of Falu Red #93190A

Color information

#93190A (or 0x93190A) is unknown color: approx Falu Red. HEX triplet: 93, 19 and 0A. RGB value is (147,25,10). Sum of RGB (Red+Green+Blue) = 147+25+10=182 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.77% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 147 - color contains mainly: red. Hex color #93190A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93190A is #6CE6F5. Grayscale: #3B3B3B. Windows color (decimal): -7137014 or 661907. OLE color: 661907.

HSL color Cylindrical-coordinate representation of color #93190A: hue angle of 6.57º 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 #93190A is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1472510-
CMYK00.830.930.42
HSL6.57º87.26%30.78%-
HSV(B)6.57º93.2%57.65%-
XYZ12.446.920.97-
YUV59.7799.92190.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 80.77%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 10 (4.30% from 255) = 5.49%
R=80.77%
G=13.74%
B=5.49%

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
Decimal147251000.830.930.426.5787.2630.78
Hex9319A0535D2A7571f
Octal2233112012313552712737
Binary10010011110011010010100111011101101010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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