#851E13

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

Shades of Falu Red #851E13

Tints of Falu Red #851E13

Color information

#851E13 (or 0x851E13) is unknown color: approx Falu Red. HEX triplet: 85, 1E and 13. RGB value is (133,30,19). Sum of RGB (Red+Green+Blue) = 133+30+19=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #851E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851E13 is #7AE1EC. Grayscale: #3B3B3B. Windows color (decimal): -8053229 or 1252997. OLE color: 1252997.

HSL color Cylindrical-coordinate representation of color #851E13: hue angle of 5.79º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851E13 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1333019-
CMYK00.770.860.48
HSL5.79º75%29.8%-
HSV(B)5.79º85.71%52.16%-
XYZ10.255.961.23-
YUV59.54105.12180.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.08%
GREEN value IS 30 (12.11% from 255) = 16.48%
BLUE value IS 19 (7.81% from 255) = 10.44%
R=73.08%
G=16.48%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133301900.770.860.485.797529.8
Hex851E1304D563064b1e
Octal2053623011512660611336
Binary100001011111010011010011011010110110000110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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