#941B0D

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

Shades of Falu Red #941B0D

Tints of Falu Red #941B0D

Color information

#941B0D (or 0x941B0D) is unknown color: approx Falu Red. HEX triplet: 94, 1B and 0D. RGB value is (148,27,13). Sum of RGB (Red+Green+Blue) = 148+27+13=188 (24% of max value = 765). Red value is 148 (58.20% from 255 or 78.72% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 148 - color contains mainly: red. Hex color #941B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941B0D is #6BE4F2. Grayscale: #3D3D3D. Windows color (decimal): -7070963 or 859028. OLE color: 859028.

HSL color Cylindrical-coordinate representation of color #941B0D: hue angle of 6.22º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #941B0D is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1482713-
CMYK00.820.910.42
HSL6.22º83.85%31.57%-
HSV(B)6.22º91.22%58.04%-
XYZ12.687.111.08-
YUV61.58100.59189.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 78.72%
GREEN value IS 27 (10.94% from 255) = 14.36%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=78.72%
G=14.36%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148271300.820.910.426.2283.8531.57
Hex941BD0525B2A65420
Octal2243315012213352612440
Binary100101001101111010101001010110111010101101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,27,13); }

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

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

 a { background-color: rgb(148,27,13); }

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

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

 span { border-color: rgb(148,27,13); }

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