#851F09

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

Shades of Falu Red #851F09

Tints of Falu Red #851F09

Color information

#851F09 (or 0x851F09) is unknown color: approx Falu Red. HEX triplet: 85, 1F and 09. RGB value is (133,31,9). Sum of RGB (Red+Green+Blue) = 133+31+9=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #851F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851F09 is #7AE0F6. Grayscale: #3B3B3B. Windows color (decimal): -8052983 or 597893. OLE color: 597893.

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

Color convert

RGB133319-
CMYK00.770.930.48
HSL10.65º87.32%27.84%-
HSV(B)10.65º93.23%52.16%-
XYZ10.215.990.88-
YUV58.9999.79180.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76.88%
GREEN value IS 31 (12.5% from 255) = 17.92%
BLUE value IS 9 (3.91% from 255) = 5.20%
R=76.88%
G=17.92%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13331900.770.930.4810.6587.3227.84
Hex851F904D5D30b571c
Octal20537110115135601312734
Binary100001011111110010100110110111011100001011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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