#851E0F

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

Shades of Falu Red #851E0F

Tints of Falu Red #851E0F

Color information

#851E0F (or 0x851E0F) is unknown color: approx Falu Red. HEX triplet: 85, 1E and 0F. RGB value is (133,30,15). Sum of RGB (Red+Green+Blue) = 133+30+15=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #851E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851E0F is #7AE1F0. Grayscale: #3B3B3B. Windows color (decimal): -8053233 or 990853. OLE color: 990853.

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

Color convert

RGB1333015-
CMYK00.770.890.48
HSL7.63º79.73%29.02%-
HSV(B)7.63º88.72%52.16%-
XYZ10.225.951.06-
YUV59.09103.12180.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 74.72%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=74.72%
G=16.85%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133301500.770.890.487.6379.7329.02
Hex851EF04D59308501d
Octal20536170115131601012035
Binary100001011111011110100110110110011100001000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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