#951211

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

Shades of Falu Red #951211

Tints of Falu Red #951211

Color information

#951211 (or 0x951211) is unknown color: approx Falu Red. HEX triplet: 95, 12 and 11. RGB value is (149,18,17). Sum of RGB (Red+Green+Blue) = 149+18+17=184 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.98% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 149 - color contains mainly: red. Hex color #951211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951211 is #6AEDEE. Grayscale: #393939. Windows color (decimal): -7007727 or 1118869. OLE color: 1118869.

HSL color Cylindrical-coordinate representation of color #951211: hue angle of 0.45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951211 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1491817-
CMYK00.880.890.42
HSL0.45º79.52%32.55%-
HSV(B)0.45º88.59%58.43%-
XYZ12.716.861.18-
YUV57.05105.4193.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 80.98%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 17 (7.03% from 255) = 9.24%
R=80.98%
G=9.78%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149181700.880.890.420.4579.5232.55
Hex951211058592A05021
Octal2252221013013152012041
Binary10010101100101000101011000101100110101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951211; }

 p { color: rgb(149,18,17); }

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

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

 a { background-color: rgb(149,18,17); }

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

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

 span { border-color: rgb(149,18,17); }

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