#951412

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

Shades of Falu Red #951412

Tints of Falu Red #951412

Color information

#951412 (or 0x951412) is unknown color: approx Falu Red. HEX triplet: 95, 14 and 12. RGB value is (149,20,18). Sum of RGB (Red+Green+Blue) = 149+20+18=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #951412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951412 is #6AEBED. Grayscale: #3A3A3A. Windows color (decimal): -7007214 or 1184917. OLE color: 1184917.

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

Color convert

RGB1492018-
CMYK00.870.880.42
HSL0.92º78.44%32.75%-
HSV(B)0.92º87.92%58.43%-
XYZ12.756.931.24-
YUV58.34105.24192.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 79.68%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=79.68%
G=10.70%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149201800.870.880.420.9278.4432.75
Hex951412057582A14e21
Octal2252422012713052111641
Binary10010101101001001001010111101100010101011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951412; }

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

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

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

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

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

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

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

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