#941C03

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

Shades of Falu Red #941C03

Tints of Falu Red #941C03

Color information

#941C03 (or 0x941C03) is unknown color: approx Falu Red. HEX triplet: 94, 1C and 03. RGB value is (148,28,3). Sum of RGB (Red+Green+Blue) = 148+28+3=179 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.68% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 148 - color contains mainly: red. Hex color #941C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941C03 is #6BE3FC. Grayscale: #3D3D3D. Windows color (decimal): -7070717 or 203924. OLE color: 203924.

HSL color Cylindrical-coordinate representation of color #941C03: hue angle of 10.34º 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 #941C03 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB148283-
CMYK00.810.980.42
HSL10.34º96.03%29.61%-
HSV(B)10.34º97.97%58.04%-
XYZ12.647.130.8-
YUV61.0395.26190.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 82.68%
GREEN value IS 28 (11.33% from 255) = 15.64%
BLUE value IS 3 (1.56% from 255) = 1.68%
R=82.68%
G=15.64%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14828300.810.980.4210.3496.0329.61
Hex941C3051622Aa601e
Octal2243430121142521214036
Binary1001010011100110101000111000101010101010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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