#941C0A

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

Shades of Falu Red #941C0A

Tints of Falu Red #941C0A

Color information

#941C0A (or 0x941C0A) is unknown color: approx Falu Red. HEX triplet: 94, 1C and 0A. RGB value is (148,28,10). Sum of RGB (Red+Green+Blue) = 148+28+10=186 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.57% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 148 - color contains mainly: red. Hex color #941C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941C0A is #6BE3F5. Grayscale: #3E3E3E. Windows color (decimal): -7070710 or 662676. OLE color: 662676.

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

Color convert

RGB1482810-
CMYK00.810.930.42
HSL7.83º87.34%30.98%-
HSV(B)7.83º93.24%58.04%-
XYZ12.687.151-
YUV61.8398.76189.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 79.57%
GREEN value IS 28 (11.33% from 255) = 15.05%
BLUE value IS 10 (4.30% from 255) = 5.38%
R=79.57%
G=15.05%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148281000.810.930.427.8387.3430.98
Hex941CA0515D2A8571f
Octal22434120121135521012737
Binary100101001110010100101000110111011010101000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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