#851508

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

Shades of Falu Red #851508

Tints of Falu Red #851508

Color information

#851508 (or 0x851508) is unknown color: approx Falu Red. HEX triplet: 85, 15 and 08. RGB value is (133,21,8). Sum of RGB (Red+Green+Blue) = 133+21+8=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #851508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851508 is #7AEAF7. Grayscale: #353535. Windows color (decimal): -8055544 or 529797. OLE color: 529797.

HSL color Cylindrical-coordinate representation of color #851508: hue angle of 6.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #851508 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB133218-
CMYK00.840.940.48
HSL6.24º88.65%27.65%-
HSV(B)6.24º93.98%52.16%-
XYZ9.985.540.77-
YUV53.01102.61185.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 82.10%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 8 (3.52% from 255) = 4.94%
R=82.10%
G=12.96%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13321800.840.940.486.2488.6527.65
Hex851580545E306591c
Octal2052510012413660613134
Binary10000101101011000010101001011110110000110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851508; }

 p { color: rgb(133,21,8); }

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

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

 a { background-color: rgb(133,21,8); }

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

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

 span { border-color: rgb(133,21,8); }

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