#851D09

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

Shades of Falu Red #851D09

Tints of Falu Red #851D09

Color information

#851D09 (or 0x851D09) is unknown color: approx Falu Red. HEX triplet: 85, 1D and 09. RGB value is (133,29,9). Sum of RGB (Red+Green+Blue) = 133+29+9=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #851D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851D09 is #7AE2F6. Grayscale: #3A3A3A. Windows color (decimal): -8053495 or 597381. OLE color: 597381.

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

Color convert

RGB133299-
CMYK00.780.930.48
HSL9.68º87.32%27.84%-
HSV(B)9.68º93.23%52.16%-
XYZ10.165.880.86-
YUV57.82100.46181.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 77.78%
GREEN value IS 29 (11.72% from 255) = 16.96%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=77.78%
G=16.96%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13329900.780.930.489.6887.3227.84
Hex851D904E5D30a571c
Octal20535110116135601212734
Binary100001011110110010100111010111011100001010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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