#941613

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

Shades of Falu Red #941613

Tints of Falu Red #941613

Color information

#941613 (or 0x941613) is unknown color: approx Falu Red. HEX triplet: 94, 16 and 13. RGB value is (148,22,19). Sum of RGB (Red+Green+Blue) = 148+22+19=189 (25% of max value = 765). Red value is 148 (58.20% from 255 or 78.31% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 148 - color contains mainly: red. Hex color #941613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941613 is #6BE9EC. Grayscale: #3B3B3B. Windows color (decimal): -7072237 or 1250964. OLE color: 1250964.

HSL color Cylindrical-coordinate representation of color #941613: hue angle of 1.4º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941613 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1482219-
CMYK00.850.870.42
HSL1.4º77.25%32.75%-
HSV(B)1.4º87.16%58.04%-
XYZ12.626.921.29-
YUV59.33105.24191.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 78.31%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 19 (7.81% from 255) = 10.05%
R=78.31%
G=11.64%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148221900.850.870.421.477.2532.75
Hex941613055572A14d21
Octal2242623012512752111541
Binary10010100101101001101010101101011110101011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941613; }

 p { color: rgb(148,22,19); }

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

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

 a { background-color: rgb(148,22,19); }

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

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

 span { border-color: rgb(148,22,19); }

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