#8D2306

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

Shades of Falu Red #8D2306

Tints of Falu Red #8D2306

Color information

#8D2306 (or 0x8D2306) is unknown color: approx Falu Red. HEX triplet: 8D, 23 and 06. RGB value is (141,35,6). Sum of RGB (Red+Green+Blue) = 141+35+6=182 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.47% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2306 is #72DCF9. Grayscale: #3F3F3F. Windows color (decimal): -7527674 or 402317. OLE color: 402317.

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

Color convert

RGB141356-
CMYK00.750.960.45
HSL12.89º91.84%28.82%-
HSV(B)12.89º95.74%55.29%-
XYZ11.626.880.89-
YUV63.3995.62183.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 77.47%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 6 (2.73% from 255) = 3.30%
R=77.47%
G=19.23%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14135600.750.960.4512.8991.8428.82
Hex8D23604B602Dd5c1d
Octal2154360113140551513435
Binary100011011000111100100101111000001011011101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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