#851C07

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

Shades of Falu Red #851C07

Tints of Falu Red #851C07

Color information

#851C07 (or 0x851C07) is unknown color: approx Falu Red. HEX triplet: 85, 1C and 07. RGB value is (133,28,7). Sum of RGB (Red+Green+Blue) = 133+28+7=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #851C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C07 is #7AE3F8. Grayscale: #393939. Windows color (decimal): -8053753 or 466053. OLE color: 466053.

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

Color convert

RGB133287-
CMYK00.790.950.48
HSL10º90%27.45%-
HSV(B)10º94.74%52.16%-
XYZ10.135.830.79-
YUV5799.79182.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.17%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 7 (3.12% from 255) = 4.17%
R=79.17%
G=16.67%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13328700.790.950.48109027.45
Hex851C704F5F30a5a1b
Octal2053470117137601213233
Binary10000101111001110100111110111111100001010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,28,7); }

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

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

 a { background-color: rgb(133,28,7); }

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

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

 span { border-color: rgb(133,28,7); }

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