#851B05

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

Shades of Falu Red #851B05

Tints of Falu Red #851B05

Color information

#851B05 (or 0x851B05) is unknown color: approx Falu Red. HEX triplet: 85, 1B and 05. RGB value is (133,27,5). Sum of RGB (Red+Green+Blue) = 133+27+5=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #851B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851B05 is #7AE4FA. Grayscale: #383838. Windows color (decimal): -8054011 or 334725. OLE color: 334725.

HSL color Cylindrical-coordinate representation of color #851B05: hue angle of 10.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #851B05 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB133275-
CMYK00.800.960.48
HSL10.31º92.75%27.06%-
HSV(B)10.31º96.24%52.16%-
XYZ10.095.780.73-
YUV56.1999.12182.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 80.61%
GREEN value IS 27 (10.94% from 255) = 16.36%
BLUE value IS 5 (2.34% from 255) = 3.03%
R=80.61%
G=16.36%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13327500.800.960.4810.3192.7527.06
Hex851B50506030a5d1b
Octal2053350120140601213533
Binary10000101110111010101000011000001100001010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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