#8C1E04

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

Shades of Falu Red #8C1E04

Tints of Falu Red #8C1E04

Color information

#8C1E04 (or 0x8C1E04) is unknown color: approx Falu Red. HEX triplet: 8C, 1E and 04. RGB value is (140,30,4). Sum of RGB (Red+Green+Blue) = 140+30+4=174 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80.46% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1E04 is #73E1FB. Grayscale: #3C3C3C. Windows color (decimal): -7594492 or 269964. OLE color: 269964.

HSL color Cylindrical-coordinate representation of color #8C1E04: hue angle of 11.47º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C1E04 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB140304-
CMYK00.790.970.45
HSL11.47º94.44%28.24%-
HSV(B)11.47º97.14%54.9%-
XYZ11.36.510.78-
YUV59.9396.44185.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 80.46%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 4 (1.95% from 255) = 2.30%
R=80.46%
G=17.24%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14030400.790.970.4511.4794.4428.24
Hex8C1E404F612Db5e1c
Octal2143640117141551313634
Binary10001100111101000100111111000011011011011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,30,4); }

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

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

 a { background-color: rgb(140,30,4); }

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

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

 span { border-color: rgb(140,30,4); }

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