#8c1c0c

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

Shades of Falu Red #8C1C0C

Tints of Falu Red #8C1C0C

Color information

#8C1C0C (or 0x8C1C0C) is unknown color: approx Falu Red. HEX triplet: 8C, 1C and 0C. RGB value is (140,28,12). Sum of RGB (Red+Green+Blue) = 140+28+12=180 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.78% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1C0C is #73E3F3. Grayscale: #3B3B3B. Windows color (decimal): -7594996 or 793740. OLE color: 793740.

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

Color convert

RGB1402812-
CMYK00.800.910.45
HSL7.5º84.21%29.8%-
HSV(B)7.5º91.43%54.9%-
XYZ11.36.430.99-
YUV59.66101.11185.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 77.78%
GREEN value IS 28 (11.33% from 255) = 15.56%
BLUE value IS 12 (5.08% from 255) = 6.67%
R=77.78%
G=15.56%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140281200.800.910.457.584.2129.8
Hex8C1CC0505B2D7541e
Octal2143414012013355712436
Binary10001100111001100010100001011011101101111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1c0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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