#851408

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

Shades of Falu Red #851408

Tints of Falu Red #851408

Color information

#851408 (or 0x851408) is unknown color: approx Falu Red. HEX triplet: 85, 14 and 08. RGB value is (133,20,8). Sum of RGB (Red+Green+Blue) = 133+20+8=161 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.61% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 133 - color contains mainly: red. Hex color #851408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851408 is #7AEBF7. Grayscale: #343434. Windows color (decimal): -8055800 or 529541. OLE color: 529541.

HSL color Cylindrical-coordinate representation of color #851408: hue angle of 5.76º 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 #851408 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB133208-
CMYK00.850.940.48
HSL5.76º88.65%27.65%-
HSV(B)5.76º93.98%52.16%-
XYZ9.975.50.77-
YUV52.42102.94185.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 82.61%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 8 (3.52% from 255) = 4.97%
R=82.61%
G=12.42%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13320800.850.940.485.7688.6527.65
Hex851480555E306591c
Octal2052410012513660613134
Binary10000101101001000010101011011110110000110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851408; }

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

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

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

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

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

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

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

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