#8C1C0F

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

Shades of Falu Red #8C1C0F

Tints of Falu Red #8C1C0F

Color information

#8C1C0F (or 0x8C1C0F) is unknown color: approx Falu Red. HEX triplet: 8C, 1C and 0F. RGB value is (140,28,15). Sum of RGB (Red+Green+Blue) = 140+28+15=183 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.50% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1C0F is #73E3F0. Grayscale: #3C3C3C. Windows color (decimal): -7594993 or 990348. OLE color: 990348.

HSL color Cylindrical-coordinate representation of color #8C1C0F: hue angle of 6.24º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1C0F is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB1402815-
CMYK00.800.890.45
HSL6.24º80.65%30.39%-
HSV(B)6.24º89.29%54.9%-
XYZ11.326.441.1-
YUV60.01102.61185.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 76.50%
GREEN value IS 28 (11.33% from 255) = 15.30%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=76.50%
G=15.30%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140281500.800.890.456.2480.6530.39
Hex8C1CF050592D6511e
Octal2143417012013155612136
Binary10001100111001111010100001011001101101110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C1C0F; }

 p { color: rgb(140,28,15); }

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

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

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

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

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

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

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