#851509

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

Shades of Falu Red #851509

Tints of Falu Red #851509

Color information

#851509 (or 0x851509) is unknown color: approx Falu Red. HEX triplet: 85, 15 and 09. RGB value is (133,21,9). Sum of RGB (Red+Green+Blue) = 133+21+9=163 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.60% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 133 - color contains mainly: red. Hex color #851509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851509 is #7AEAF6. Grayscale: #353535. Windows color (decimal): -8055543 or 595333. OLE color: 595333.

HSL color Cylindrical-coordinate representation of color #851509: hue angle of 5.81º 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 #851509 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB133219-
CMYK00.840.930.48
HSL5.81º87.32%27.84%-
HSV(B)5.81º93.23%52.16%-
XYZ9.995.540.8-
YUV53.12103.11184.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 81.60%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 9 (3.91% from 255) = 5.52%
R=81.60%
G=12.88%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13321900.840.930.485.8187.3227.84
Hex851590545D306571c
Octal2052511012413560612734
Binary10000101101011001010101001011101110000110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851509; }

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

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

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

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

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

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

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

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