#851909

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

Shades of Falu Red #851909

Tints of Falu Red #851909

Color information

#851909 (or 0x851909) is unknown color: approx Falu Red. HEX triplet: 85, 19 and 09. RGB value is (133,25,9). Sum of RGB (Red+Green+Blue) = 133+25+9=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #851909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851909 is #7AE6F6. Grayscale: #373737. Windows color (decimal): -8054519 or 596357. OLE color: 596357.

HSL color Cylindrical-coordinate representation of color #851909: hue angle of 7.74º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #851909 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB133259-
CMYK00.810.930.48
HSL7.74º87.32%27.84%-
HSV(B)7.74º93.23%52.16%-
XYZ10.075.70.83-
YUV55.47101.78183.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.64%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 9 (3.91% from 255) = 5.39%
R=79.64%
G=14.97%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13325900.810.930.487.7487.3227.84
Hex851990515D308571c
Octal20531110121135601012734
Binary100001011100110010101000110111011100001000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851909; }

 p { color: rgb(133,25,9); }

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

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

 a { background-color: rgb(133,25,9); }

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

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

 span { border-color: rgb(133,25,9); }

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