#8D2200

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

Shades of Falu Red #8D2200

Tints of Falu Red #8D2200

Color information

#8D2200 (or 0x8D2200) is unknown color: approx Falu Red. HEX triplet: 8D, 22 and 00. RGB value is (141,34,0). Sum of RGB (Red+Green+Blue) = 141+34+0=175 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.57% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2200 is #72DDFF. Grayscale: #3E3E3E. Windows color (decimal): -7527936 or 8845. OLE color: 8845.

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

Color convert

RGB141340-
CMYK00.7610.45
HSL14.47º100%27.65%-
HSV(B)14.47º100%55.29%-
XYZ11.566.810.7-
YUV62.1292.95184.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 80.57%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.57%
G=19.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14134000.7610.4514.4710027.65
Hex8D22004C642De641c
Octal2154200114144551614434
Binary1000110110001000100110011001001011011110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,34,0); }

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

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

 a { background-color: rgb(141,34,0); }

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

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

 span { border-color: rgb(141,34,0); }

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