#951611

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

Shades of Falu Red #951611

Tints of Falu Red #951611

Color information

#951611 (or 0x951611) is unknown color: approx Falu Red. HEX triplet: 95, 16 and 11. RGB value is (149,22,17). Sum of RGB (Red+Green+Blue) = 149+22+17=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #951611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951611 is #6AE9EE. Grayscale: #3B3B3B. Windows color (decimal): -7006703 or 1119893. OLE color: 1119893.

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

Color convert

RGB1492217-
CMYK00.850.890.42
HSL2.27º79.52%32.55%-
HSV(B)2.27º88.59%58.43%-
XYZ12.7871.21-
YUV59.4104.08191.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 79.26%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 17 (7.03% from 255) = 9.04%
R=79.26%
G=11.70%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149221700.850.890.422.2779.5232.55
Hex951611055592A25021
Octal2252621012513152212041
Binary100101011011010001010101011011001101010101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951611; }

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

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

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

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

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

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

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

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