#941C09

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

Shades of Falu Red #941C09

Tints of Falu Red #941C09

Color information

#941C09 (or 0x941C09) is unknown color: approx Falu Red. HEX triplet: 94, 1C and 09. RGB value is (148,28,9). Sum of RGB (Red+Green+Blue) = 148+28+9=185 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 148 - color contains mainly: red. Hex color #941C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941C09 is #6BE3F6. Grayscale: #3D3D3D. Windows color (decimal): -7070711 or 597140. OLE color: 597140.

HSL color Cylindrical-coordinate representation of color #941C09: hue angle of 8.2º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #941C09 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB148289-
CMYK00.810.940.42
HSL8.2º88.54%30.78%-
HSV(B)8.2º93.92%58.04%-
XYZ12.687.150.97-
YUV61.7198.26189.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 80%
GREEN value IS 28 (11.33% from 255) = 15.14%
BLUE value IS 9 (3.91% from 255) = 4.86%
R=80%
G=15.14%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14828900.810.940.428.288.5430.78
Hex941C90515E2A8591f
Octal22434110121136521013137
Binary100101001110010010101000110111101010101000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941C09; }

 p { color: rgb(148,28,9); }

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

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

 a { background-color: rgb(148,28,9); }

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

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

 span { border-color: rgb(148,28,9); }

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