#851C09

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

Shades of Falu Red #851C09

Tints of Falu Red #851C09

Color information

#851C09 (or 0x851C09) is unknown color: approx Falu Red. HEX triplet: 85, 1C and 09. RGB value is (133,28,9). Sum of RGB (Red+Green+Blue) = 133+28+9=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #851C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C09 is #7AE3F6. Grayscale: #393939. Windows color (decimal): -8053751 or 597125. OLE color: 597125.

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

Color convert

RGB133289-
CMYK00.790.930.48
HSL9.19º87.32%27.84%-
HSV(B)9.19º93.23%52.16%-
XYZ10.145.840.85-
YUV57.23100.79182.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 78.24%
GREEN value IS 28 (11.33% from 255) = 16.47%
BLUE value IS 9 (3.91% from 255) = 5.29%
R=78.24%
G=16.47%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13328900.790.930.489.1987.3227.84
Hex851C904F5D309571c
Octal20534110117135601112734
Binary100001011110010010100111110111011100001001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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