#851612

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

Shades of Falu Red #851612

Tints of Falu Red #851612

Color information

#851612 (or 0x851612) is unknown color: approx Falu Red. HEX triplet: 85, 16 and 12. RGB value is (133,22,18). Sum of RGB (Red+Green+Blue) = 133+22+18=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #851612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851612 is #7AE9ED. Grayscale: #363636. Windows color (decimal): -8055278 or 1185413. OLE color: 1185413.

HSL color Cylindrical-coordinate representation of color #851612: hue angle of 2.09º degrees, saturation: 0.76, 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 #851612 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1332218-
CMYK00.830.860.48
HSL2.09º76.16%29.61%-
HSV(B)2.09º86.47%52.16%-
XYZ10.075.61.12-
YUV54.73107.27183.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76.88%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=76.88%
G=12.72%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133221800.830.860.482.0976.1629.61
Hex851612053563024c1e
Octal2052622012312660211436
Binary10000101101101001001010011101011011000010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851612; }

 p { color: rgb(133,22,18); }

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

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

 a { background-color: rgb(133,22,18); }

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

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

 span { border-color: rgb(133,22,18); }

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