#931A0F

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

Shades of Falu Red #931A0F

Tints of Falu Red #931A0F

Color information

#931A0F (or 0x931A0F) is unknown color: approx Falu Red. HEX triplet: 93, 1A and 0F. RGB value is (147,26,15). Sum of RGB (Red+Green+Blue) = 147+26+15=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #931A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931A0F is #6CE5F0. Grayscale: #3D3D3D. Windows color (decimal): -7136753 or 989843. OLE color: 989843.

HSL color Cylindrical-coordinate representation of color #931A0F: hue angle of 5º 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 #931A0F is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1472615-
CMYK00.820.900.42
HSL81.48%31.76%-
HSV(B)89.8%57.65%-
XYZ12.496.981.14-
YUV60.92102.09189.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.19%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 15 (6.25% from 255) = 7.98%
R=78.19%
G=13.83%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147261500.820.900.42581.4831.76
Hex931AF0525A2A55120
Octal2233217012213252512140
Binary100100111101011110101001010110101010101011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931A0F; }

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

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

<style>
 a { background-color: #931A0F; }

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

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

<style>
 span { border-color: #931A0F; }

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

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