#951312

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

Shades of Falu Red #951312

Tints of Falu Red #951312

Color information

#951312 (or 0x951312) is unknown color: approx Falu Red. HEX triplet: 95, 13 and 12. RGB value is (149,19,18). Sum of RGB (Red+Green+Blue) = 149+19+18=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #951312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951312 is #6AECED. Grayscale: #393939. Windows color (decimal): -7007470 or 1184661. OLE color: 1184661.

HSL color Cylindrical-coordinate representation of color #951312: hue angle of 0.46º 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 #951312 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1491918-
CMYK00.870.880.42
HSL0.46º78.44%32.75%-
HSV(B)0.46º87.92%58.43%-
XYZ12.746.91.23-
YUV57.76105.57193.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 80.11%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=80.11%
G=10.22%
B=9.68%

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
Decimal149191800.870.880.420.4678.4432.75
Hex951312057582A04e21
Octal2252322012713052011641
Binary10010101100111001001010111101100010101001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951312; }

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

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

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

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

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

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

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

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