#93190C

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

Shades of Falu Red #93190C

Tints of Falu Red #93190C

Color information

#93190C (or 0x93190C) is unknown color: approx Falu Red. HEX triplet: 93, 19 and 0C. RGB value is (147,25,12). Sum of RGB (Red+Green+Blue) = 147+25+12=184 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.89% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 147 - color contains mainly: red. Hex color #93190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93190C is #6CE6F3. Grayscale: #3C3C3C. Windows color (decimal): -7137012 or 792979. OLE color: 792979.

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

Color convert

RGB1472512-
CMYK00.830.920.42
HSL5.78º84.91%31.18%-
HSV(B)5.78º91.84%57.65%-
XYZ12.456.921.03-
YUV60100.92190.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 79.89%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 12 (5.08% from 255) = 6.52%
R=79.89%
G=13.59%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147251200.830.920.425.7884.9131.18
Hex9319C0535C2A6551f
Octal2233114012313452612537
Binary10010011110011100010100111011100101010110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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