#851A11

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

Shades of Falu Red #851A11

Tints of Falu Red #851A11

Color information

#851A11 (or 0x851A11) is unknown color: approx Falu Red. HEX triplet: 85, 1A and 11. RGB value is (133,26,17). Sum of RGB (Red+Green+Blue) = 133+26+17=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #851A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851A11 is #7AE5EE. Grayscale: #393939. Windows color (decimal): -8054255 or 1120901. OLE color: 1120901.

HSL color Cylindrical-coordinate representation of color #851A11: hue angle of 4.66º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851A11 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB1332617-
CMYK00.800.870.48
HSL4.66º77.33%29.41%-
HSV(B)4.66º87.22%52.16%-
XYZ10.145.771.11-
YUV56.97105.45182.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 75.57%
GREEN value IS 26 (10.55% from 255) = 14.77%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=75.57%
G=14.77%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133261700.800.870.484.6677.3329.41
Hex851A11050573054d1d
Octal2053221012012760511535
Binary100001011101010001010100001010111110000101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851A11; }

 p { color: rgb(133,26,17); }

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

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

 a { background-color: rgb(133,26,17); }

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

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

 span { border-color: rgb(133,26,17); }

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