#851C0F

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

Shades of Falu Red #851C0F

Tints of Falu Red #851C0F

Color information

#851C0F (or 0x851C0F) is unknown color: approx Falu Red. HEX triplet: 85, 1C and 0F. RGB value is (133,28,15). Sum of RGB (Red+Green+Blue) = 133+28+15=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #851C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C0F is #7AE3F0. Grayscale: #3A3A3A. Windows color (decimal): -8053745 or 990341. OLE color: 990341.

HSL color Cylindrical-coordinate representation of color #851C0F: hue angle of 6.61º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851C0F is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1332815-
CMYK00.790.890.48
HSL6.61º79.73%29.02%-
HSV(B)6.61º88.72%52.16%-
XYZ10.175.851.05-
YUV57.91103.79181.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 75.57%
GREEN value IS 28 (11.33% from 255) = 15.91%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=75.57%
G=15.91%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133281500.790.890.486.6179.7329.02
Hex851CF04F59307501d
Octal2053417011713160712035
Binary10000101111001111010011111011001110000111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,28,15); }

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

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

 a { background-color: rgb(133,28,15); }

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

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

 span { border-color: rgb(133,28,15); }

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