#8D2307

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

Shades of Falu Red #8D2307

Tints of Falu Red #8D2307

Color information

#8D2307 (or 0x8D2307) is unknown color: approx Falu Red. HEX triplet: 8D, 23 and 07. RGB value is (141,35,7). Sum of RGB (Red+Green+Blue) = 141+35+7=183 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.05% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2307 is #72DCF8. Grayscale: #3F3F3F. Windows color (decimal): -7527673 or 467853. OLE color: 467853.

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

Color convert

RGB141357-
CMYK00.750.950.45
HSL12.54º90.54%29.02%-
HSV(B)12.54º95.04%55.29%-
XYZ11.626.880.92-
YUV63.596.12183.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 77.05%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 7 (3.12% from 255) = 3.83%
R=77.05%
G=19.13%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14135700.750.950.4512.5490.5429.02
Hex8D23704B5F2Dd5b1d
Octal2154370113137551513335
Binary100011011000111110100101110111111011011101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,35,7); }

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

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

 a { background-color: rgb(141,35,7); }

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

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

 span { border-color: rgb(141,35,7); }

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