#941F03

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

Shades of Falu Red #941F03

Tints of Falu Red #941F03

Color information

#941F03 (or 0x941F03) is unknown color: approx Falu Red. HEX triplet: 94, 1F and 03. RGB value is (148,31,3). Sum of RGB (Red+Green+Blue) = 148+31+3=182 (24% of max value = 765). Red value is 148 (58.20% from 255 or 81.32% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 148 - color contains mainly: red. Hex color #941F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941F03 is #6BE0FC. Grayscale: #3F3F3F. Windows color (decimal): -7069949 or 204692. OLE color: 204692.

HSL color Cylindrical-coordinate representation of color #941F03: hue angle of 11.59º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #941F03 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB148313-
CMYK00.790.980.42
HSL11.59º96.03%29.61%-
HSV(B)11.59º97.97%58.04%-
XYZ12.727.280.82-
YUV62.7994.26188.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 81.32%
GREEN value IS 31 (12.5% from 255) = 17.03%
BLUE value IS 3 (1.56% from 255) = 1.65%
R=81.32%
G=17.03%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14831300.790.980.4211.5996.0329.61
Hex941F304F622Ac601e
Octal2243730117142521414036
Binary1001010011111110100111111000101010101100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,31,3); }

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

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

 a { background-color: rgb(148,31,3); }

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

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

 span { border-color: rgb(148,31,3); }

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