#951C09

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

Shades of Falu Red #951C09

Tints of Falu Red #951C09

Color information

#951C09 (or 0x951C09) is unknown color: approx Falu Red. HEX triplet: 95, 1C and 09. RGB value is (149,28,9). Sum of RGB (Red+Green+Blue) = 149+28+9=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #951C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C09 is #6AE3F6. Grayscale: #3E3E3E. Windows color (decimal): -7005175 or 597141. OLE color: 597141.

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

Color convert

RGB149289-
CMYK00.810.940.42
HSL8.14º88.61%30.98%-
HSV(B)8.14º93.96%58.43%-
XYZ12.867.240.98-
YUV62.0198.09190.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 80.11%
GREEN value IS 28 (11.33% from 255) = 15.05%
BLUE value IS 9 (3.91% from 255) = 4.84%
R=80.11%
G=15.05%
B=4.84%

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
Decimal14928900.810.940.428.1488.6130.98
Hex951C90515E2A8591f
Octal22534110121136521013137
Binary100101011110010010101000110111101010101000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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