#93150F

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

Shades of Falu Red #93150F

Tints of Falu Red #93150F

Color information

#93150F (or 0x93150F) is unknown color: approx Falu Red. HEX triplet: 93, 15 and 0F. RGB value is (147,21,15). Sum of RGB (Red+Green+Blue) = 147+21+15=183 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.33% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 147 - color contains mainly: red. Hex color #93150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93150F is #6CEAF0. Grayscale: #3A3A3A. Windows color (decimal): -7138033 or 988563. OLE color: 988563.

HSL color Cylindrical-coordinate representation of color #93150F: hue angle of 2.73º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93150F is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1472115-
CMYK00.860.900.42
HSL2.73º81.48%31.76%-
HSV(B)2.73º89.8%57.65%-
XYZ12.396.771.11-
YUV57.99103.74191.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 80.33%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=80.33%
G=11.48%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147211500.860.900.422.7381.4831.76
Hex9315F0565A2A35120
Octal2232517012613252312140
Binary10010011101011111010101101011010101010111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,21,15); }

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

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

 a { background-color: rgb(147,21,15); }

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

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

 span { border-color: rgb(147,21,15); }

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