#851B00

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

Shades of Falu Red #851B00

Tints of Falu Red #851B00

Color information

#851B00 (or 0x851B00) is unknown color: approx Falu Red. HEX triplet: 85, 1B and 00. RGB value is (133,27,0). Sum of RGB (Red+Green+Blue) = 133+27+0=160 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.12% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 133 - color contains mainly: red. Hex color #851B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851B00 is #7AE4FF. Grayscale: #373737. Windows color (decimal): -8054016 or 7045. OLE color: 7045.

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

Color convert

RGB133270-
CMYK00.8010.48
HSL12.18º100%26.08%-
HSV(B)12.18º100%52.16%-
XYZ10.065.770.58-
YUV55.6296.62183.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 83.12%
GREEN value IS 27 (10.94% from 255) = 16.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.12%
G=16.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13327000.8010.4812.1810026.08
Hex851B00506430c641a
Octal2053300120144601414432
Binary100001011101100101000011001001100001100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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