#8C1F00

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

Shades of Falu Red #8C1F00

Tints of Falu Red #8C1F00

Color information

#8C1F00 (or 0x8C1F00) is unknown color: approx Falu Red. HEX triplet: 8C, 1F and 00. RGB value is (140,31,0). Sum of RGB (Red+Green+Blue) = 140+31+0=171 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.87% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1F00 is #73E0FF. Grayscale: #3C3C3C. Windows color (decimal): -7594240 or 8076. OLE color: 8076.

HSL color Cylindrical-coordinate representation of color #8C1F00: hue angle of 13.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C1F00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB140310-
CMYK00.7810.45
HSL13.29º100%27.45%-
HSV(B)13.29º100%54.9%-
XYZ11.316.560.67-
YUV60.0694.11185.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 81.87%
GREEN value IS 31 (12.5% from 255) = 18.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.87%
G=18.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14031000.7810.4513.2910027.45
Hex8C1F004E642Dd641b
Octal2143700116144551514433
Binary100011001111100100111011001001011011101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,31,0); }

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

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

 a { background-color: rgb(140,31,0); }

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

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

 span { border-color: rgb(140,31,0); }

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