#851B0D

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

Shades of Falu Red #851B0D

Tints of Falu Red #851B0D

Color information

#851B0D (or 0x851B0D) is unknown color: approx Falu Red. HEX triplet: 85, 1B and 0D. RGB value is (133,27,13). Sum of RGB (Red+Green+Blue) = 133+27+13=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #851B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851B0D is #7AE4F2. Grayscale: #393939. Windows color (decimal): -8054003 or 859013. OLE color: 859013.

HSL color Cylindrical-coordinate representation of color #851B0D: hue angle of 7º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #851B0D is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1332713-
CMYK00.800.900.48
HSL82.19%28.63%-
HSV(B)90.23%52.16%-
XYZ10.145.80.97-
YUV57.1103.12182.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76.88%
GREEN value IS 27 (10.94% from 255) = 15.61%
BLUE value IS 13 (5.47% from 255) = 7.51%
R=76.88%
G=15.61%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133271300.800.900.48782.1928.63
Hex851BD0505A307521d
Octal2053315012013260712235
Binary10000101110111101010100001011010110000111101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,27,13); }

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

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

 a { background-color: rgb(133,27,13); }

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

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

 span { border-color: rgb(133,27,13); }

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