#851C1C

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

Shades of Falu Red #851C1C

Tints of Falu Red #851C1C

Color information

#851C1C (or 0x851C1C) is unknown color: approx Falu Red. HEX triplet: 85, 1C and 1C. RGB value is (133,28,28). Sum of RGB (Red+Green+Blue) = 133+28+28=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #851C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C1C is #7AE3E3. Grayscale: #3B3B3B. Windows color (decimal): -8053732 or 1842309. OLE color: 1842309.

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

Color convert

RGB1332828-
CMYK00.790.790.48
HSL65.22%31.57%-
HSV(B)78.95%52.16%-
XYZ10.35.91.69-
YUV59.4110.29180.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70.37%
GREEN value IS 28 (11.33% from 255) = 14.81%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=70.37%
G=14.81%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133282800.790.790.48065.2231.57
Hex851C1C04F4F3004120
Octal2053434011711760010140
Binary10000101111001110001001111100111111000001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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