#851F00

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

Shades of Falu Red #851F00

Tints of Falu Red #851F00

Color information

#851F00 (or 0x851F00) is unknown color: approx Falu Red. HEX triplet: 85, 1F and 00. RGB value is (133,31,0). Sum of RGB (Red+Green+Blue) = 133+31+0=164 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.10% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 133 - color contains mainly: red. Hex color #851F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851F00 is #7AE0FF. Grayscale: #3A3A3A. Windows color (decimal): -8052992 or 8069. OLE color: 8069.

HSL color Cylindrical-coordinate representation of color #851F00: hue angle of 13.98º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #851F00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB133310-
CMYK00.7710.48
HSL13.98º100%26.08%-
HSV(B)13.98º100%52.16%-
XYZ10.165.970.62-
YUV57.9695.29181.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 81.10%
GREEN value IS 31 (12.5% from 255) = 18.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.10%
G=18.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13331000.7710.4813.9810026.08
Hex851F004D6430e641a
Octal2053700115144601614432
Binary100001011111100100110111001001100001110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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